Html Css Color HEX #766C56 Peat

📋 copy color: '#766C56'

red 118 ◦ green 108 ◦ blue 86

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

Shades of Peat #766C56

Tints of Peat #766C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 37.82%
G = 34.62%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#766C56 (or 0x766C56) is known color: Peat. HEX triplet: 76, 6C and 56. RGB value is (118,108,86). Sum of RGB (Red+Green+Blue) = 118+108+86=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #766C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C56 is #8993A9. Grayscale: #6C6C6C. Windows color (decimal): -9016234 or 5663862. OLE color: 5663862.

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

Color convert

RGB 118 108 86 -
CMYK 0 0.08 0.27 0.54
HSL 41.25º 0.16% 0.4% -
HSV(B) 41.25º 0.27% 0.46% -
XYZ 14.51 15.25 10.98 -
YUV 108.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 118 108 86 0 0.08 0.27 0.54 41.25 0.16 0.4
Hex 76 6C 56 0 8 1B 36 29 10 28
Octal 166 154 126 0 10 33 66 51 20 50
Binary 1110110 1101100 1010110 0 1000 11011 110110 101001 10000 101000

Color Harmonies of #766C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C56

Black with #766C56

Text Example


Text Example

White with #766C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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