Html Css Color HEX #766E53 Peat

📋 copy color: '#766E53'

red 118 ◦ green 110 ◦ blue 83

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

Shades of Peat #766E53

Tints of Peat #766E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.69%

R = 37.94%
G = 35.37%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#766E53 (or 0x766E53) is known color: Peat. HEX triplet: 76, 6E and 53. RGB value is (118,110,83). Sum of RGB (Red+Green+Blue) = 118+110+83=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #766E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766E53 is #8991AC. Grayscale: #6D6D6D. Windows color (decimal): -9015725 or 5467766. OLE color: 5467766.

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

Color convert

RGB 118 110 83 -
CMYK 0 0.07 0.30 0.54
HSL 46.29º 0.17% 0.39% -
HSV(B) 46.29º 0.3% 0.46% -
XYZ 14.61 15.63 10.43 -
YUV 109.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 118 110 83 0 0.07 0.30 0.54 46.29 0.17 0.39
Hex 76 6E 53 0 7 1E 36 2E 11 27
Octal 166 156 123 0 7 36 66 56 21 47
Binary 1110110 1101110 1010011 0 111 11110 110110 101110 10001 100111

Color Harmonies of #766E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E53

Black with #766E53

Text Example


Text Example

White with #766E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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