Html Css Color HEX #787063 Sandstone

📋 copy color: '#787063'

red 120 ◦ green 112 ◦ blue 99

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

Shades of Sandstone #787063

Tints of Sandstone #787063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 36.25%
G = 33.84%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#787063 (or 0x787063) is known color: Sandstone. HEX triplet: 78, 70 and 63. RGB value is (120,112,99). Sum of RGB (Red+Green+Blue) = 120+112+99=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #787063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787063 is #878F9C. Grayscale: #707070. Windows color (decimal): -8884125 or 6516856. OLE color: 6516856.

HSL color Cylindrical-coordinate representation of color #787063: hue angle of 37.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #787063 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 99 -
CMYK 0 0.07 0.17 0.53
HSL 37.14º 0.1% 0.43% -
HSV(B) 37.14º 0.18% 0.47% -
XYZ 15.79 16.48 14.15 -
YUV 112.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 120 112 99 0 0.07 0.17 0.53 37.14 0.1 0.43
Hex 78 70 63 0 7 11 35 25 A 2B
Octal 170 160 143 0 7 21 65 45 12 53
Binary 1111000 1110000 1100011 0 111 10001 110101 100101 1010 101011

Color Harmonies of #787063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787063

Black with #787063

Text Example


Text Example

White with #787063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787063; }

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

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

background-color css

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

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

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

border-color css

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

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

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