Html Css Color HEX #766D57 Peat

📋 copy color: '#766D57'

red 118 ◦ green 109 ◦ blue 87

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

Shades of Peat #766D57

Tints of Peat #766D57

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.71%

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

R = 37.58%
G = 34.71%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#766D57 (or 0x766D57) is known color: Peat. HEX triplet: 76, 6D and 57. RGB value is (118,109,87). Sum of RGB (Red+Green+Blue) = 118+109+87=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D57 is #8992A8. Grayscale: #6D6D6D. Windows color (decimal): -9015977 or 5729654. OLE color: 5729654.

HSL color Cylindrical-coordinate representation of color #766D57: hue angle of 42.58º 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 #766D57 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 87 -
CMYK 0 0.08 0.26 0.54
HSL 42.58º 0.15% 0.4% -
HSV(B) 42.58º 0.26% 0.46% -
XYZ 14.66 15.48 11.23 -
YUV 109.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 118 109 87 0 0.08 0.26 0.54 42.58 0.15 0.4
Hex 76 6D 57 0 8 1A 36 2B F 28
Octal 166 155 127 0 10 32 66 53 17 50
Binary 1110110 1101101 1010111 0 1000 11010 110110 101011 1111 101000

Color Harmonies of #766D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D57

Black with #766D57

Text Example


Text Example

White with #766D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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