Html Css Color HEX #766E50 Peat

📋 copy color: '#766E50'

red 118 ◦ green 110 ◦ blue 80

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

Shades of Peat #766E50

Tints of Peat #766E50

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.71%

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 38.31%
G = 35.71%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#766E50 (or 0x766E50) is known color: Peat. HEX triplet: 76, 6E and 50. RGB value is (118,110,80). Sum of RGB (Red+Green+Blue) = 118+110+80=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E50 is #8991AF. Grayscale: #6D6D6D. Windows color (decimal): -9015728 or 5271158. OLE color: 5271158.

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

Color convert

RGB 118 110 80 -
CMYK 0 0.07 0.32 0.54
HSL 47.37º 0.19% 0.39% -
HSV(B) 47.37º 0.32% 0.46% -
XYZ 14.5 15.58 9.83 -
YUV 108.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 118 110 80 0 0.07 0.32 0.54 47.37 0.19 0.39
Hex 76 6E 50 0 7 20 36 2F 13 27
Octal 166 156 120 0 7 40 66 57 23 47
Binary 1110110 1101110 1010000 0 111 100000 110110 101111 10011 100111

Color Harmonies of #766E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E50

Black with #766E50

Text Example


Text Example

White with #766E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,80); }

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

background-color css

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

 a { background-color: rgb(118,110,80); }

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

border-color css

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

 span { border-color: rgb(118,110,80); }

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