Html Css Color HEX #787254 Peat

📋 copy color: '#787254'

red 120 ◦ green 114 ◦ blue 84

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

Shades of Peat #787254

Tints of Peat #787254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.42%

R = 37.74%
G = 35.85%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#787254 (or 0x787254) is known color: Peat. HEX triplet: 78, 72 and 54. RGB value is (120,114,84). Sum of RGB (Red+Green+Blue) = 120+114+84=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #787254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787254 is #878DAB. Grayscale: #707070. Windows color (decimal): -8883628 or 5534328. OLE color: 5534328.

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

Color convert

RGB 120 114 84 -
CMYK 0 0.05 0.3 0.53
HSL 50º 0.18% 0.4% -
HSV(B) 50º 0.3% 0.47% -
XYZ 15.36 16.67 10.79 -
YUV 112.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 120 114 84 0 0.05 0.3 0.53 50 0.18 0.4
Hex 78 72 54 0 5 1E 35 32 12 28
Octal 170 162 124 0 5 36 65 62 22 50
Binary 1111000 1110010 1010100 0 101 11110 110101 110010 10010 101000

Color Harmonies of #787254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787254

Black with #787254

Text Example


Text Example

White with #787254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787254; }

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

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

background-color css

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

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

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

border-color css

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

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

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