Html Css Color HEX #766D53 Peat

📋 copy color: '#766D53'

red 118 ◦ green 109 ◦ blue 83

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

Shades of Peat #766D53

Tints of Peat #766D53

RGB

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

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

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

R = 38.06%
G = 35.16%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#766D53 (or 0x766D53) is known color: Peat. HEX triplet: 76, 6D and 53. RGB value is (118,109,83). Sum of RGB (Red+Green+Blue) = 118+109+83=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #766D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D53 is #8992AC. Grayscale: #6C6C6C. Windows color (decimal): -9015981 or 5467510. OLE color: 5467510.

HSL color Cylindrical-coordinate representation of color #766D53: hue angle of 44.57º 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 #766D53 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 83 -
CMYK 0 0.08 0.30 0.54
HSL 44.57º 0.17% 0.39% -
HSV(B) 44.57º 0.3% 0.46% -
XYZ 14.5 15.41 10.39 -
YUV 108.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 118 109 83 0 0.08 0.30 0.54 44.57 0.17 0.39
Hex 76 6D 53 0 8 1E 36 2D 11 27
Octal 166 155 123 0 10 36 66 55 21 47
Binary 1110110 1101101 1010011 0 1000 11110 110110 101101 10001 100111

Color Harmonies of #766D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D53

Black with #766D53

Text Example


Text Example

White with #766D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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