Html Css Color HEX #787067 Sandstone

📋 copy color: '#787067'

red 120 ◦ green 112 ◦ blue 103

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

Shades of Sandstone #787067

Tints of Sandstone #787067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.75%

R = 35.82%
G = 33.43%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#787067 (or 0x787067) is known color: Sandstone. HEX triplet: 78, 70 and 67. RGB value is (120,112,103). Sum of RGB (Red+Green+Blue) = 120+112+103=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 120 - color contains mainly: red. Hex color #787067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787067 is #878F98. Grayscale: #717171. Windows color (decimal): -8884121 or 6779000. OLE color: 6779000.

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

Color convert

RGB 120 112 103 -
CMYK 0 0.07 0.14 0.53
HSL 31.76º 0.08% 0.44% -
HSV(B) 31.76º 0.14% 0.47% -
XYZ 15.99 16.56 15.19 -
YUV 113.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 120 112 103 0 0.07 0.14 0.53 31.76 0.08 0.44
Hex 78 70 67 0 7 E 35 20 8 2C
Octal 170 160 147 0 7 16 65 40 10 54
Binary 1111000 1110000 1100111 0 111 1110 110101 100000 1000 101100

Color Harmonies of #787067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787067

Black with #787067

Text Example


Text Example

White with #787067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787067; }

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

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

background-color css

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

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

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

border-color css

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

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

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