Html Css Color HEX #787572 Sand Dune

📋 copy color: '#787572'

red 120 ◦ green 117 ◦ blue 114

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

Shades of Sand Dune #787572

Tints of Sand Dune #787572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 34.19%
G = 33.33%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#787572 (or 0x787572) is known color: Sand Dune. HEX triplet: 78, 75 and 72. RGB value is (120,117,114). Sum of RGB (Red+Green+Blue) = 120+117+114=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 120 - color contains mainly: red. Hex color #787572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787572 is #878A8D. Grayscale: #757575. Windows color (decimal): -8882830 or 7501176. OLE color: 7501176.

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

Color convert

RGB 120 117 114 -
CMYK 0 0.02 0.05 0.53
HSL 30º 0.03% 0.46% -
HSV(B) 30º 0.05% 0.47% -
XYZ 17.14 17.93 18.48 -
YUV 117.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 120 117 114 0 0.02 0.05 0.53 30 0.03 0.46
Hex 78 75 72 0 2 5 35 1E 3 2E
Octal 170 165 162 0 2 5 65 36 3 56
Binary 1111000 1110101 1110010 0 10 101 110101 11110 11 101110

Color Harmonies of #787572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787572

Black with #787572

Text Example


Text Example

White with #787572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787572; }

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

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

background-color css

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

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

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

border-color css

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

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

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