Html Css Color HEX #767059 Peat

📋 copy color: '#767059'

red 118 ◦ green 112 ◦ blue 89

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

Shades of Peat #767059

Tints of Peat #767059

RGB

 RED value IS 118 (46.48% from 255) = 36.99%

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

 BLUE value IS 89 (35.16% from 255) = 27.9%

R = 36.99%
G = 35.11%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#767059 (or 0x767059) is known color: Peat. HEX triplet: 76, 70 and 59. RGB value is (118,112,89). Sum of RGB (Red+Green+Blue) = 118+112+89=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 118 - color contains mainly: red. Hex color #767059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767059 is #898FA6. Grayscale: #6F6F6F. Windows color (decimal): -9015207 or 5861494. OLE color: 5861494.

HSL color Cylindrical-coordinate representation of color #767059: hue angle of 47.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #767059 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 89 -
CMYK 0 0.05 0.25 0.54
HSL 47.59º 0.14% 0.41% -
HSV(B) 47.59º 0.25% 0.46% -
XYZ 15.07 16.16 11.78 -
YUV 111.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 118 112 89 0 0.05 0.25 0.54 47.59 0.14 0.41
Hex 76 70 59 0 5 19 36 30 E 29
Octal 166 160 131 0 5 31 66 60 16 51
Binary 1110110 1110000 1011001 0 101 11001 110110 110000 1110 101001

Color Harmonies of #767059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767059

Black with #767059

Text Example


Text Example

White with #767059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767059; }

 p { color: rgb(118,112,89); }

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

background-color css

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

 a { background-color: rgb(118,112,89); }

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

border-color css

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

 span { border-color: rgb(118,112,89); }

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