Html Css Color HEX #76706C Sandstone

📋 copy color: '#76706C'

red 118 ◦ green 112 ◦ blue 108

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

Shades of Sandstone #76706C

Tints of Sandstone #76706C

RGB

 RED value IS 118 (46.48% from 255) = 34.91%

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

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

R = 34.91%
G = 33.14%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76706C (or 0x76706C) is known color: Sandstone. HEX triplet: 76, 70 and 6C. RGB value is (118,112,108). Sum of RGB (Red+Green+Blue) = 118+112+108=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #76706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76706C is #898F93. Grayscale: #717171. Windows color (decimal): -9015188 or 7106678. OLE color: 7106678.

HSL color Cylindrical-coordinate representation of color #76706C: hue angle of 24º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #76706C is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 108 -
CMYK 0 0.05 0.08 0.54
HSL 24º 0.04% 0.44% -
HSV(B) 24º 0.08% 0.46% -
XYZ 15.97 16.52 16.53 -
YUV 113.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 118 112 108 0 0.05 0.08 0.54 24 0.04 0.44
Hex 76 70 6C 0 5 8 36 18 4 2C
Octal 166 160 154 0 5 10 66 30 4 54
Binary 1110110 1110000 1101100 0 101 1000 110110 11000 100 101100

Color Harmonies of #76706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76706C

Black with #76706C

Text Example


Text Example

White with #76706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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