Html Css Color HEX #787054 Peat

📋 copy color: '#787054'

red 120 ◦ green 112 ◦ blue 84

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

Shades of Peat #787054

Tints of Peat #787054

RGB

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

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

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

R = 37.97%
G = 35.44%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#787054 (or 0x787054) is known color: Peat. HEX triplet: 78, 70 and 54. RGB value is (120,112,84). Sum of RGB (Red+Green+Blue) = 120+112+84=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #787054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787054 is #878FAB. Grayscale: #6F6F6F. Windows color (decimal): -8884140 or 5533816. OLE color: 5533816.

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

Color convert

RGB 120 112 84 -
CMYK 0 0.07 0.3 0.53
HSL 46.67º 0.18% 0.4% -
HSV(B) 46.67º 0.3% 0.47% -
XYZ 15.14 16.22 10.72 -
YUV 111.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 120 112 84 0 0.07 0.3 0.53 46.67 0.18 0.4
Hex 78 70 54 0 7 1E 35 2F 12 28
Octal 170 160 124 0 7 36 65 57 22 50
Binary 1111000 1110000 1010100 0 111 11110 110101 101111 10010 101000

Color Harmonies of #787054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787054

Black with #787054

Text Example


Text Example

White with #787054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787054; }

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

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

background-color css

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

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

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

border-color css

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

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

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