Html Css Color HEX #787066 Sandstone

📋 copy color: '#787066'

red 120 ◦ green 112 ◦ blue 102

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

Shades of Sandstone #787066

Tints of Sandstone #787066

RGB

 RED value IS 120 (47.27% from 255) = 35.93%

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 35.93%
G = 33.53%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#787066 (or 0x787066) is known color: Sandstone. HEX triplet: 78, 70 and 66. RGB value is (120,112,102). Sum of RGB (Red+Green+Blue) = 120+112+102=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #787066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787066 is #878F99. Grayscale: #717171. Windows color (decimal): -8884122 or 6713464. OLE color: 6713464.

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

Color convert

RGB 120 112 102 -
CMYK 0 0.07 0.15 0.53
HSL 33.33º 0.08% 0.44% -
HSV(B) 33.33º 0.15% 0.47% -
XYZ 15.94 16.54 14.92 -
YUV 113.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 120 112 102 0 0.07 0.15 0.53 33.33 0.08 0.44
Hex 78 70 66 0 7 F 35 21 8 2C
Octal 170 160 146 0 7 17 65 41 10 54
Binary 1111000 1110000 1100110 0 111 1111 110101 100001 1000 101100

Color Harmonies of #787066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787066

Black with #787066

Text Example


Text Example

White with #787066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787066; }

 p { color: rgb(120,112,102); }

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

background-color css

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

 a { background-color: rgb(120,112,102); }

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

border-color css

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

 span { border-color: rgb(120,112,102); }

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