Html Css Color HEX #766E58 Peat

📋 copy color: '#766E58'

red 118 ◦ green 110 ◦ blue 88

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

Shades of Peat #766E58

Tints of Peat #766E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 37.34%
G = 34.81%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766E58 (or 0x766E58) is known color: Peat. HEX triplet: 76, 6E and 58. RGB value is (118,110,88). Sum of RGB (Red+Green+Blue) = 118+110+88=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #766E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E58 is #8991A7. Grayscale: #6D6D6D. Windows color (decimal): -9015720 or 5795446. OLE color: 5795446.

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

Color convert

RGB 118 110 88 -
CMYK 0 0.07 0.25 0.54
HSL 44º 0.15% 0.4% -
HSV(B) 44º 0.25% 0.46% -
XYZ 14.81 15.71 11.48 -
YUV 109.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 118 110 88 0 0.07 0.25 0.54 44 0.15 0.4
Hex 76 6E 58 0 7 19 36 2C F 28
Octal 166 156 130 0 7 31 66 54 17 50
Binary 1110110 1101110 1011000 0 111 11001 110110 101100 1111 101000

Color Harmonies of #766E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E58

Black with #766E58

Text Example


Text Example

White with #766E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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