Html Css Color HEX #52706C William

📋 copy color: '#52706C'

red 82 ◦ green 112 ◦ blue 108

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

Shades of William #52706C

Tints of William #52706C

RGB

 RED value IS 82 (32.42% from 255) = 27.15%

 GREEN value IS 112 (44.14% from 255) = 37.09%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 27.15%
G = 37.09%
B = 35.76%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#52706C (or 0x52706C) is known color: William. HEX triplet: 52, 70 and 6C. RGB value is (82,112,108). Sum of RGB (Red+Green+Blue) = 82+112+108=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #52706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52706C is #AD8F93. Grayscale: #666666. Windows color (decimal): -11374484 or 7106642. OLE color: 7106642.

HSL color Cylindrical-coordinate representation of color #52706C: hue angle of 172º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52706C is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 108 -
CMYK 0.27 0 0.04 0.56
HSL 172º 0.15% 0.38% -
HSV(B) 172º 0.27% 0.44% -
XYZ 11.98 14.46 16.35 -
YUV 102.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 82 112 108 0.27 0 0.04 0.56 172 0.15 0.38
Hex 52 70 6C 1B 0 4 38 AC F 26
Octal 122 160 154 33 0 4 70 254 17 46
Binary 1010010 1110000 1101100 11011 0 100 111000 10101100 1111 100110

Color Harmonies of #52706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52706C

Black with #52706C

Text Example


Text Example

White with #52706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52706C; }

 p { color: rgb(82,112,108); }

 H1.HeaderClassName
 {
   color: #52706C;
 }
 .AnyTagClassName
 {
   color: #52706C;
 }
</style>

background-color css

<style>
 a { background-color: #52706C; }

 a { background-color: rgb(82,112,108); }

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

border-color css

<style>
 span { border-color: #52706C; }

 span { border-color: rgb(82,112,108); }

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