Html Css Color HEX #78726E Sand Dune

📋 copy color: '#78726E'

red 120 ◦ green 114 ◦ blue 110

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

Shades of Sand Dune #78726E

Tints of Sand Dune #78726E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 34.88%
G = 33.14%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78726E (or 0x78726E) is known color: Sand Dune. HEX triplet: 78, 72 and 6E. RGB value is (120,114,110). Sum of RGB (Red+Green+Blue) = 120+114+110=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #78726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78726E is #878D91. Grayscale: #737373. Windows color (decimal): -8883602 or 7238264. OLE color: 7238264.

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

Color convert

RGB 120 114 110 -
CMYK 0 0.05 0.08 0.53
HSL 24º 0.04% 0.45% -
HSV(B) 24º 0.08% 0.47% -
XYZ 16.58 17.15 17.19 -
YUV 115.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 120 114 110 0 0.05 0.08 0.53 24 0.04 0.45
Hex 78 72 6E 0 5 8 35 18 4 2D
Octal 170 162 156 0 5 10 65 30 4 55
Binary 1111000 1110010 1101110 0 101 1000 110101 11000 100 101101

Color Harmonies of #78726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78726E

Black with #78726E

Text Example


Text Example

White with #78726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78726E; }

 p { color: rgb(120,114,110); }

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

background-color css

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

 a { background-color: rgb(120,114,110); }

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

border-color css

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

 span { border-color: rgb(120,114,110); }

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