Html Css Color HEX #766D55 Peat

📋 copy color: '#766D55'

red 118 ◦ green 109 ◦ blue 85

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

Shades of Peat #766D55

Tints of Peat #766D55

RGB

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

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

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

R = 37.82%
G = 34.94%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#766D55 (or 0x766D55) is known color: Peat. HEX triplet: 76, 6D and 55. RGB value is (118,109,85). Sum of RGB (Red+Green+Blue) = 118+109+85=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D55 is #8992AA. Grayscale: #6D6D6D. Windows color (decimal): -9015979 or 5598582. OLE color: 5598582.

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

Color convert

RGB 118 109 85 -
CMYK 0 0.08 0.28 0.54
HSL 43.64º 0.16% 0.4% -
HSV(B) 43.64º 0.28% 0.46% -
XYZ 14.58 15.44 10.81 -
YUV 108.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 118 109 85 0 0.08 0.28 0.54 43.64 0.16 0.4
Hex 76 6D 55 0 8 1C 36 2C 10 28
Octal 166 155 125 0 10 34 66 54 20 50
Binary 1110110 1101101 1010101 0 1000 11100 110110 101100 10000 101000

Color Harmonies of #766D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D55

Black with #766D55

Text Example


Text Example

White with #766D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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