Html Css Color HEX #787053 Peat

📋 copy color: '#787053'

red 120 ◦ green 112 ◦ blue 83

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

Shades of Peat #787053

Tints of Peat #787053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 38.1%
G = 35.56%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#787053 (or 0x787053) is known color: Peat. HEX triplet: 78, 70 and 53. RGB value is (120,112,83). Sum of RGB (Red+Green+Blue) = 120+112+83=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #787053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787053 is #878FAC. Grayscale: #6F6F6F. Windows color (decimal): -8884141 or 5468280. OLE color: 5468280.

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

Color convert

RGB 120 112 83 -
CMYK 0 0.07 0.31 0.53
HSL 47.03º 0.18% 0.4% -
HSV(B) 47.03º 0.31% 0.47% -
XYZ 15.1 16.21 10.52 -
YUV 111.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 120 112 83 0 0.07 0.31 0.53 47.03 0.18 0.4
Hex 78 70 53 0 7 1F 35 2F 12 28
Octal 170 160 123 0 7 37 65 57 22 50
Binary 1111000 1110000 1010011 0 111 11111 110101 101111 10010 101000

Color Harmonies of #787053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787053

Black with #787053

Text Example


Text Example

White with #787053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787053; }

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

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

background-color css

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

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

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

border-color css

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

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

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