Html Css Color HEX #787152 Peat

📋 copy color: '#787152'

red 120 ◦ green 113 ◦ blue 82

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

Shades of Peat #787152

Tints of Peat #787152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

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

R = 38.1%
G = 35.87%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#787152 (or 0x787152) is known color: Peat. HEX triplet: 78, 71 and 52. RGB value is (120,113,82). Sum of RGB (Red+Green+Blue) = 120+113+82=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #787152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787152 is #878EAD. Grayscale: #6F6F6F. Windows color (decimal): -8883886 or 5403000. OLE color: 5403000.

HSL color Cylindrical-coordinate representation of color #787152: hue angle of 48.95º 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 #787152 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 113 82 -
CMYK 0 0.06 0.32 0.53
HSL 48.95º 0.19% 0.4% -
HSV(B) 48.95º 0.32% 0.47% -
XYZ 15.17 16.41 10.35 -
YUV 111.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 120 113 82 0 0.06 0.32 0.53 48.95 0.19 0.4
Hex 78 71 52 0 6 20 35 31 13 28
Octal 170 161 122 0 6 40 65 61 23 50
Binary 1111000 1110001 1010010 0 110 100000 110101 110001 10011 101000

Color Harmonies of #787152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787152

Black with #787152

Text Example


Text Example

White with #787152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787152; }

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

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

background-color css

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

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

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

border-color css

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

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

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