#52766F

Color #52766F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #52766F

Tints of William #52766F

Color information

#52766F (or 0x52766F) is unknown color: approx William. HEX triplet: 52, 76 and 6F. RGB value is (82,118,111). Sum of RGB (Red+Green+Blue) = 82+118+111=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #52766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52766F is #AD8990. Grayscale: #6A6A6A. Windows color (decimal): -11372945 or 7304786. OLE color: 7304786.

HSL color Cylindrical-coordinate representation of color #52766F: hue angle of 168.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 #52766F is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB82118111-
CMYK0.3100.060.54
HSL168.33º18%39.22%-
HSV(B)168.33º30.51%46.27%-
XYZ12.8315.917.43-
YUV106.44130.57110.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=26.37%
G=37.94%
B=35.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821181110.3100.060.54168.331839.22
Hex52766F1F0636a81227
Octal1221661573706662502247
Binary1010010111011011011111111101101101101010100010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52766F; }

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

 H1.HeaderClassName
 {
   color: #52766F;
 }
 .AnyTagClassName
 {
   color: #52766F;
 }
</style>
background-color css

<style>
 a { background-color: #52766F; }

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

 div.DivClassName
 {
   background-color: #52766F;
 }
 .BgClassName
 {
   background-color: #52766F;
 }
</style>
border-color css

<style>
 span { border-color: #52766F; }

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

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