Html Css Color HEX #787370 Sand Dune

📋 copy color: '#787370'

red 120 ◦ green 115 ◦ blue 112

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

Shades of Sand Dune #787370

Tints of Sand Dune #787370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.14%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 34.58%
G = 33.14%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#787370 (or 0x787370) is known color: Sand Dune. HEX triplet: 78, 73 and 70. RGB value is (120,115,112). Sum of RGB (Red+Green+Blue) = 120+115+112=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 120 - color contains mainly: red. Hex color #787370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787370 is #878C8F. Grayscale: #747474. Windows color (decimal): -8883344 or 7369592. OLE color: 7369592.

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

Color convert

RGB 120 115 112 -
CMYK 0 0.04 0.07 0.53
HSL 22.5º 0.03% 0.45% -
HSV(B) 22.5º 0.07% 0.47% -
XYZ 16.8 17.42 17.81 -
YUV 116.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 120 115 112 0 0.04 0.07 0.53 22.5 0.03 0.45
Hex 78 73 70 0 4 7 35 16 3 2D
Octal 170 163 160 0 4 7 65 26 3 55
Binary 1111000 1110011 1110000 0 100 111 110101 10110 11 101101

Color Harmonies of #787370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787370

Black with #787370

Text Example


Text Example

White with #787370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787370; }

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

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

background-color css

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

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

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

border-color css

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

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

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