Html Css Color HEX #787155 Peat

📋 copy color: '#787155'

red 120 ◦ green 113 ◦ blue 85

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

Shades of Peat #787155

Tints of Peat #787155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 37.74%
G = 35.53%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#787155 (or 0x787155) is known color: Peat. HEX triplet: 78, 71 and 55. RGB value is (120,113,85). Sum of RGB (Red+Green+Blue) = 120+113+85=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #787155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787155 is #878EAA. Grayscale: #707070. Windows color (decimal): -8883883 or 5599608. OLE color: 5599608.

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

Color convert

RGB 120 113 85 -
CMYK 0 0.06 0.29 0.53
HSL 48º 0.17% 0.4% -
HSV(B) 48º 0.29% 0.47% -
XYZ 15.29 16.46 10.97 -
YUV 111.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 120 113 85 0 0.06 0.29 0.53 48 0.17 0.4
Hex 78 71 55 0 6 1D 35 30 11 28
Octal 170 161 125 0 6 35 65 60 21 50
Binary 1111000 1110001 1010101 0 110 11101 110101 110000 10001 101000

Color Harmonies of #787155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787155

Black with #787155

Text Example


Text Example

White with #787155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787155; }

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

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

background-color css

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

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

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

border-color css

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

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

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