Html Css Color HEX #77706C Sandstone

📋 copy color: '#77706C'

red 119 ◦ green 112 ◦ blue 108

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

Shades of Sandstone #77706C

Tints of Sandstone #77706C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 35.1%
G = 33.04%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77706C (or 0x77706C) is known color: Sandstone. HEX triplet: 77, 70 and 6C. RGB value is (119,112,108). Sum of RGB (Red+Green+Blue) = 119+112+108=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #77706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77706C is #888F93. Grayscale: #717171. Windows color (decimal): -8949652 or 7106679. OLE color: 7106679.

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

Color convert

RGB 119 112 108 -
CMYK 0 0.06 0.09 0.53
HSL 21.82º 0.05% 0.45% -
HSV(B) 21.82º 0.09% 0.47% -
XYZ 16.11 16.59 16.54 -
YUV 113.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 119 112 108 0 0.06 0.09 0.53 21.82 0.05 0.45
Hex 77 70 6C 0 6 9 35 16 5 2D
Octal 167 160 154 0 6 11 65 26 5 55
Binary 1110111 1110000 1101100 0 110 1001 110101 10110 101 101101

Color Harmonies of #77706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77706C

Black with #77706C

Text Example


Text Example

White with #77706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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