Html Css Color HEX #766F54 Peat

📋 copy color: '#766F54'

red 118 ◦ green 111 ◦ blue 84

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

Shades of Peat #766F54

Tints of Peat #766F54

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.46%

 BLUE value IS 84 (33.2% from 255) = 26.84%

R = 37.7%
G = 35.46%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#766F54 (or 0x766F54) is known color: Peat. HEX triplet: 76, 6F and 54. RGB value is (118,111,84). Sum of RGB (Red+Green+Blue) = 118+111+84=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F54 is #8990AB. Grayscale: #6E6E6E. Windows color (decimal): -9015468 or 5533558. OLE color: 5533558.

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

Color convert

RGB 118 111 84 -
CMYK 0 0.06 0.29 0.54
HSL 47.65º 0.17% 0.4% -
HSV(B) 47.65º 0.29% 0.46% -
XYZ 14.76 15.86 10.67 -
YUV 110.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 118 111 84 0 0.06 0.29 0.54 47.65 0.17 0.4
Hex 76 6F 54 0 6 1D 36 30 11 28
Octal 166 157 124 0 6 35 66 60 21 50
Binary 1110110 1101111 1010100 0 110 11101 110110 110000 10001 101000

Color Harmonies of #766F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F54

Black with #766F54

Text Example


Text Example

White with #766F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,84); }

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

background-color css

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

 a { background-color: rgb(118,111,84); }

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

border-color css

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

 span { border-color: rgb(118,111,84); }

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