Html Css Color HEX #766F57 Peat

📋 copy color: '#766F57'

red 118 ◦ green 111 ◦ blue 87

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

Shades of Peat #766F57

Tints of Peat #766F57

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

 BLUE value IS 87 (34.38% from 255) = 27.53%

R = 37.34%
G = 35.13%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#766F57 (or 0x766F57) is known color: Peat. HEX triplet: 76, 6F and 57. RGB value is (118,111,87). Sum of RGB (Red+Green+Blue) = 118+111+87=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F57 is #8990A8. Grayscale: #6E6E6E. Windows color (decimal): -9015465 or 5730166. OLE color: 5730166.

HSL color Cylindrical-coordinate representation of color #766F57: hue angle of 46.45º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766F57 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 87 -
CMYK 0 0.06 0.26 0.54
HSL 46.45º 0.15% 0.4% -
HSV(B) 46.45º 0.26% 0.46% -
XYZ 14.88 15.91 11.3 -
YUV 110.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 118 111 87 0 0.06 0.26 0.54 46.45 0.15 0.4
Hex 76 6F 57 0 6 1A 36 2E F 28
Octal 166 157 127 0 6 32 66 56 17 50
Binary 1110110 1101111 1010111 0 110 11010 110110 101110 1111 101000

Color Harmonies of #766F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F57

Black with #766F57

Text Example


Text Example

White with #766F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766F57; }

 p { color: rgb(118,111,87); }

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

background-color css

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

 a { background-color: rgb(118,111,87); }

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

border-color css

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

 span { border-color: rgb(118,111,87); }

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