Html Css Color HEX #766C53 Peat

📋 copy color: '#766C53'

red 118 ◦ green 108 ◦ blue 83

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

Shades of Peat #766C53

Tints of Peat #766C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 38.19%
G = 34.95%
B = 26.86%

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

#766C53 (or 0x766C53) is known color: Peat. HEX triplet: 76, 6C and 53. RGB value is (118,108,83). Sum of RGB (Red+Green+Blue) = 118+108+83=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C53 is #8993AC. Grayscale: #6C6C6C. Windows color (decimal): -9016237 or 5467254. OLE color: 5467254.

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

Color convert

RGB 118 108 83 -
CMYK 0 0.08 0.30 0.54
HSL 42.86º 0.17% 0.39% -
HSV(B) 42.86º 0.3% 0.46% -
XYZ 14.4 15.2 10.36 -
YUV 108.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 118 108 83 0 0.08 0.30 0.54 42.86 0.17 0.39
Hex 76 6C 53 0 8 1E 36 2B 11 27
Octal 166 154 123 0 10 36 66 53 21 47
Binary 1110110 1101100 1010011 0 1000 11110 110110 101011 10001 100111

Color Harmonies of #766C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C53

Black with #766C53

Text Example


Text Example

White with #766C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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