Html Css Color HEX #77706A Sandstone

📋 copy color: '#77706A'

red 119 ◦ green 112 ◦ blue 106

#77706A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandstone #77706A

Tints of Sandstone #77706A

RGB

 RED value IS 119 (46.88% from 255) = 35.31%

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 35.31%
G = 33.23%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#77706A (or 0x77706A) is known color: Sandstone. HEX triplet: 77, 70 and 6A. RGB value is (119,112,106). Sum of RGB (Red+Green+Blue) = 119+112+106=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #77706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77706A is #888F95. Grayscale: #717171. Windows color (decimal): -8949654 or 6975607. OLE color: 6975607.

HSL color Cylindrical-coordinate representation of color #77706A: hue angle of 27.69º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77706A is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 106 -
CMYK 0 0.06 0.11 0.53
HSL 27.69º 0.06% 0.44% -
HSV(B) 27.69º 0.11% 0.47% -
XYZ 16 16.55 15.99 -
YUV 113.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 119 112 106 0 0.06 0.11 0.53 27.69 0.06 0.44
Hex 77 70 6A 0 6 B 35 1C 6 2C
Octal 167 160 152 0 6 13 65 34 6 54
Binary 1110111 1110000 1101010 0 110 1011 110101 11100 110 101100

Color Harmonies of #77706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77706A

Black with #77706A

Text Example


Text Example

White with #77706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77706A; }

 p { color: rgb(119,112,106); }

 H1.HeaderClassName
 {
   color: #77706A;
 }
 .AnyTagClassName
 {
   color: #77706A;
 }
</style>

background-color css

<style>
 a { background-color: #77706A; }

 a { background-color: rgb(119,112,106); }

 div.DivClassName
 {
   background-color: #77706A;
 }
 .BgClassName
 {
   background-color: #77706A;
 }
</style>

border-color css

<style>
 span { border-color: #77706A; }

 span { border-color: rgb(119,112,106); }

 td.TdClassName
 {
   border-color: #77706A;
 }
 .TagClassName
 {
   border-color: #77706A;
 }
</style>