Html Css Color HEX #51726C William

📋 copy color: '#51726C'

red 81 ◦ green 114 ◦ blue 108

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

Shades of William #51726C

Tints of William #51726C

RGB

 RED value IS 81 (32.03% from 255) = 26.73%

 GREEN value IS 114 (44.92% from 255) = 37.62%

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

R = 26.73%
G = 37.62%
B = 35.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#51726C (or 0x51726C) is known color: William. HEX triplet: 51, 72 and 6C. RGB value is (81,114,108). Sum of RGB (Red+Green+Blue) = 81+114+108=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #51726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51726C is #AE8D93. Grayscale: #676767. Windows color (decimal): -11439508 or 7107153. OLE color: 7107153.

HSL color Cylindrical-coordinate representation of color #51726C: hue angle of 169.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51726C is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 114 108 -
CMYK 0.29 0 0.05 0.55
HSL 169.09º 0.17% 0.38% -
HSV(B) 169.09º 0.29% 0.45% -
XYZ 12.12 14.87 16.42 -
YUV 103.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 81 114 108 0.29 0 0.05 0.55 169.09 0.17 0.38
Hex 51 72 6C 1D 0 5 37 A9 11 26
Octal 121 162 154 35 0 5 67 251 21 46
Binary 1010001 1110010 1101100 11101 0 101 110111 10101001 10001 100110

Color Harmonies of #51726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51726C

Black with #51726C

Text Example


Text Example

White with #51726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,114,108); }

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

background-color css

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

 a { background-color: rgb(81,114,108); }

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

border-color css

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

 span { border-color: rgb(81,114,108); }

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