Html Css Color HEX #787052 Peat

📋 copy color: '#787052'

red 120 ◦ green 112 ◦ blue 82

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

Shades of Peat #787052

Tints of Peat #787052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.11%

R = 38.22%
G = 35.67%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#787052 (or 0x787052) is known color: Peat. HEX triplet: 78, 70 and 52. RGB value is (120,112,82). Sum of RGB (Red+Green+Blue) = 120+112+82=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #787052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787052 is #878FAD. Grayscale: #6F6F6F. Windows color (decimal): -8884142 or 5402744. OLE color: 5402744.

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

Color convert

RGB 120 112 82 -
CMYK 0 0.07 0.32 0.53
HSL 47.37º 0.19% 0.4% -
HSV(B) 47.37º 0.32% 0.47% -
XYZ 15.06 16.19 10.31 -
YUV 110.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 120 112 82 0 0.07 0.32 0.53 47.37 0.19 0.4
Hex 78 70 52 0 7 20 35 2F 13 28
Octal 170 160 122 0 7 40 65 57 23 50
Binary 1111000 1110000 1010010 0 111 100000 110101 101111 10011 101000

Color Harmonies of #787052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787052

Black with #787052

Text Example


Text Example

White with #787052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787052; }

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

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

background-color css

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

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

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

border-color css

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

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

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