Html Css Color HEX #766C50 Peat

📋 copy color: '#766C50'

red 118 ◦ green 108 ◦ blue 80

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

Shades of Peat #766C50

Tints of Peat #766C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.14%

R = 38.56%
G = 35.29%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#766C50 (or 0x766C50) is known color: Peat. HEX triplet: 76, 6C and 50. RGB value is (118,108,80). Sum of RGB (Red+Green+Blue) = 118+108+80=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C50 is #8993AF. Grayscale: #6B6B6B. Windows color (decimal): -9016240 or 5270646. OLE color: 5270646.

HSL color Cylindrical-coordinate representation of color #766C50: hue angle of 44.21º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #766C50 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 80 -
CMYK 0 0.08 0.32 0.54
HSL 44.21º 0.19% 0.39% -
HSV(B) 44.21º 0.32% 0.46% -
XYZ 14.28 15.16 9.76 -
YUV 107.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 118 108 80 0 0.08 0.32 0.54 44.21 0.19 0.39
Hex 76 6C 50 0 8 20 36 2C 13 27
Octal 166 154 120 0 10 40 66 54 23 47
Binary 1110110 1101100 1010000 0 1000 100000 110110 101100 10011 100111

Color Harmonies of #766C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C50

Black with #766C50

Text Example


Text Example

White with #766C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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