Html Css Color HEX #51746F William

📋 copy color: '#51746F'

red 81 ◦ green 116 ◦ blue 111

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

Shades of William #51746F

Tints of William #51746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 26.3%
G = 37.66%
B = 36.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#51746F (or 0x51746F) is known color: William. HEX triplet: 51, 74 and 6F. RGB value is (81,116,111). Sum of RGB (Red+Green+Blue) = 81+116+111=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #51746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51746F is #AE8B90. Grayscale: #686868. Windows color (decimal): -11438993 or 7304273. OLE color: 7304273.

HSL color Cylindrical-coordinate representation of color #51746F: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51746F is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 111 -
CMYK 0.30 0 0.04 0.55
HSL 171.43º 0.18% 0.39% -
HSV(B) 171.43º 0.3% 0.45% -
XYZ 12.51 15.39 17.35 -
YUV 104.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 81 116 111 0.30 0 0.04 0.55 171.43 0.18 0.39
Hex 51 74 6F 1E 0 4 37 AB 12 27
Octal 121 164 157 36 0 4 67 253 22 47
Binary 1010001 1110100 1101111 11110 0 100 110111 10101011 10010 100111

Color Harmonies of #51746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51746F

Black with #51746F

Text Example


Text Example

White with #51746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,116,111); }

 H1.HeaderClassName
 {
   color: #51746F;
 }
 .AnyTagClassName
 {
   color: #51746F;
 }
</style>

background-color css

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

 a { background-color: rgb(81,116,111); }

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

border-color css

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

 span { border-color: rgb(81,116,111); }

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