Html Css Color HEX #766F55 Peat

📋 copy color: '#766F55'

red 118 ◦ green 111 ◦ blue 85

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

Shades of Peat #766F55

Tints of Peat #766F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.07%

R = 37.58%
G = 35.35%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#766F55 (or 0x766F55) is known color: Peat. HEX triplet: 76, 6F and 55. RGB value is (118,111,85). Sum of RGB (Red+Green+Blue) = 118+111+85=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #766F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F55 is #8990AA. Grayscale: #6E6E6E. Windows color (decimal): -9015467 or 5599094. OLE color: 5599094.

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

Color convert

RGB 118 111 85 -
CMYK 0 0.06 0.28 0.54
HSL 47.27º 0.16% 0.4% -
HSV(B) 47.27º 0.28% 0.46% -
XYZ 14.8 15.88 10.88 -
YUV 110.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 118 111 85 0 0.06 0.28 0.54 47.27 0.16 0.4
Hex 76 6F 55 0 6 1C 36 2F 10 28
Octal 166 157 125 0 6 34 66 57 20 50
Binary 1110110 1101111 1010101 0 110 11100 110110 101111 10000 101000

Color Harmonies of #766F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F55

Black with #766F55

Text Example


Text Example

White with #766F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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