Html Css Color HEX #787065 Sandstone

📋 copy color: '#787065'

red 120 ◦ green 112 ◦ blue 101

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

Shades of Sandstone #787065

Tints of Sandstone #787065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 36.04%
G = 33.63%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#787065 (or 0x787065) is known color: Sandstone. HEX triplet: 78, 70 and 65. RGB value is (120,112,101). Sum of RGB (Red+Green+Blue) = 120+112+101=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #787065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787065 is #878F9A. Grayscale: #717171. Windows color (decimal): -8884123 or 6647928. OLE color: 6647928.

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

Color convert

RGB 120 112 101 -
CMYK 0 0.07 0.16 0.53
HSL 34.74º 0.09% 0.43% -
HSV(B) 34.74º 0.16% 0.47% -
XYZ 15.89 16.52 14.66 -
YUV 113.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 120 112 101 0 0.07 0.16 0.53 34.74 0.09 0.43
Hex 78 70 65 0 7 10 35 23 9 2B
Octal 170 160 145 0 7 20 65 43 11 53
Binary 1111000 1110000 1100101 0 111 10000 110101 100011 1001 101011

Color Harmonies of #787065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787065

Black with #787065

Text Example


Text Example

White with #787065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787065; }

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

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

background-color css

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

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

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

border-color css

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

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

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