Html Css Color HEX #766E54 Peat

📋 copy color: '#766E54'

red 118 ◦ green 110 ◦ blue 84

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

Shades of Peat #766E54

Tints of Peat #766E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.92%

R = 37.82%
G = 35.26%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#766E54 (or 0x766E54) is known color: Peat. HEX triplet: 76, 6E and 54. RGB value is (118,110,84). Sum of RGB (Red+Green+Blue) = 118+110+84=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E54 is #8991AB. Grayscale: #6D6D6D. Windows color (decimal): -9015724 or 5533302. OLE color: 5533302.

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

Color convert

RGB 118 110 84 -
CMYK 0 0.07 0.29 0.54
HSL 45.88º 0.17% 0.4% -
HSV(B) 45.88º 0.29% 0.46% -
XYZ 14.65 15.64 10.64 -
YUV 109.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 118 110 84 0 0.07 0.29 0.54 45.88 0.17 0.4
Hex 76 6E 54 0 7 1D 36 2E 11 28
Octal 166 156 124 0 7 35 66 56 21 50
Binary 1110110 1101110 1010100 0 111 11101 110110 101110 10001 101000

Color Harmonies of #766E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E54

Black with #766E54

Text Example


Text Example

White with #766E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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