Html Css Color HEX #787062 Sandstone

📋 copy color: '#787062'

red 120 ◦ green 112 ◦ blue 98

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

Shades of Sandstone #787062

Tints of Sandstone #787062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 36.36%
G = 33.94%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#787062 (or 0x787062) is known color: Sandstone. HEX triplet: 78, 70 and 62. RGB value is (120,112,98). Sum of RGB (Red+Green+Blue) = 120+112+98=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #787062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787062 is #878F9D. Grayscale: #707070. Windows color (decimal): -8884126 or 6451320. OLE color: 6451320.

HSL color Cylindrical-coordinate representation of color #787062: hue angle of 38.18º 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 #787062 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 98 -
CMYK 0 0.07 0.18 0.53
HSL 38.18º 0.1% 0.43% -
HSV(B) 38.18º 0.18% 0.47% -
XYZ 15.74 16.46 13.9 -
YUV 112.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 120 112 98 0 0.07 0.18 0.53 38.18 0.1 0.43
Hex 78 70 62 0 7 12 35 26 A 2B
Octal 170 160 142 0 7 22 65 46 12 53
Binary 1111000 1110000 1100010 0 111 10010 110101 100110 1010 101011

Color Harmonies of #787062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787062

Black with #787062

Text Example


Text Example

White with #787062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787062; }

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

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

background-color css

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

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

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

border-color css

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

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

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