Html Css Color HEX #766F56 Peat

📋 copy color: '#766F56'

red 118 ◦ green 111 ◦ blue 86

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

Shades of Peat #766F56

Tints of Peat #766F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 37.46%
G = 35.24%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#766F56 (or 0x766F56) is known color: Peat. HEX triplet: 76, 6F and 56. RGB value is (118,111,86). Sum of RGB (Red+Green+Blue) = 118+111+86=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #766F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F56 is #8990A9. Grayscale: #6E6E6E. Windows color (decimal): -9015466 or 5664630. OLE color: 5664630.

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

Color convert

RGB 118 111 86 -
CMYK 0 0.06 0.27 0.54
HSL 46.88º 0.16% 0.4% -
HSV(B) 46.88º 0.27% 0.46% -
XYZ 14.84 15.89 11.09 -
YUV 110.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 118 111 86 0 0.06 0.27 0.54 46.88 0.16 0.4
Hex 76 6F 56 0 6 1B 36 2F 10 28
Octal 166 157 126 0 6 33 66 57 20 50
Binary 1110110 1101111 1010110 0 110 11011 110110 101111 10000 101000

Color Harmonies of #766F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F56

Black with #766F56

Text Example


Text Example

White with #766F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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