Html Css Color HEX #766F52 Peat

📋 copy color: '#766F52'

red 118 ◦ green 111 ◦ blue 82

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

Shades of Peat #766F52

Tints of Peat #766F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.37%

R = 37.94%
G = 35.69%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766F52 (or 0x766F52) is known color: Peat. HEX triplet: 76, 6F and 52. RGB value is (118,111,82). Sum of RGB (Red+Green+Blue) = 118+111+82=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #766F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F52 is #8990AD. Grayscale: #6D6D6D. Windows color (decimal): -9015470 or 5402486. OLE color: 5402486.

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

Color convert

RGB 118 111 82 -
CMYK 0 0.06 0.31 0.54
HSL 48.33º 0.18% 0.39% -
HSV(B) 48.33º 0.31% 0.46% -
XYZ 14.68 15.83 10.26 -
YUV 109.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 118 111 82 0 0.06 0.31 0.54 48.33 0.18 0.39
Hex 76 6F 52 0 6 1F 36 30 12 27
Octal 166 157 122 0 6 37 66 60 22 47
Binary 1110110 1101111 1010010 0 110 11111 110110 110000 10010 100111

Color Harmonies of #766F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F52

Black with #766F52

Text Example


Text Example

White with #766F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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