Html Css Color HEX #766D4F Peat

📋 copy color: '#766D4F'

red 118 ◦ green 109 ◦ blue 79

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

Shades of Peat #766D4F

Tints of Peat #766D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 38.56%
G = 35.62%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#766D4F (or 0x766D4F) is known color: Peat. HEX triplet: 76, 6D and 4F. RGB value is (118,109,79). Sum of RGB (Red+Green+Blue) = 118+109+79=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D4F is #8992B0. Grayscale: #6C6C6C. Windows color (decimal): -9015985 or 5205366. OLE color: 5205366.

HSL color Cylindrical-coordinate representation of color #766D4F: hue angle of 46.15º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #766D4F is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 79 -
CMYK 0 0.08 0.33 0.54
HSL 46.15º 0.2% 0.39% -
HSV(B) 46.15º 0.33% 0.46% -
XYZ 14.35 15.35 9.6 -
YUV 108.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 118 109 79 0 0.08 0.33 0.54 46.15 0.2 0.39
Hex 76 6D 4F 0 8 21 36 2E 14 27
Octal 166 155 117 0 10 41 66 56 24 47
Binary 1110110 1101101 1001111 0 1000 100001 110110 101110 10100 100111

Color Harmonies of #766D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D4F

Black with #766D4F

Text Example


Text Example

White with #766D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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