Html Css Color HEX #4D706C William

📋 copy color: '#4D706C'

red 77 ◦ green 112 ◦ blue 108

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

Shades of William #4D706C

Tints of William #4D706C

RGB

 RED value IS 77 (30.47% from 255) = 25.93%

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

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

R = 25.93%
G = 37.71%
B = 36.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#4D706C (or 0x4D706C) is known color: William. HEX triplet: 4D, 70 and 6C. RGB value is (77,112,108). Sum of RGB (Red+Green+Blue) = 77+112+108=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #4D706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D706C is #B28F93. Grayscale: #656565. Windows color (decimal): -11702164 or 7106637. OLE color: 7106637.

HSL color Cylindrical-coordinate representation of color #4D706C: hue angle of 173.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D706C is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 112 108 -
CMYK 0.31 0 0.04 0.56
HSL 173.14º 0.19% 0.37% -
HSV(B) 173.14º 0.31% 0.44% -
XYZ 11.56 14.25 16.33 -
YUV 101.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 77 112 108 0.31 0 0.04 0.56 173.14 0.19 0.37
Hex 4D 70 6C 1F 0 4 38 AD 13 25
Octal 115 160 154 37 0 4 70 255 23 45
Binary 1001101 1110000 1101100 11111 0 100 111000 10101101 10011 100101

Color Harmonies of #4D706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D706C

Black with #4D706C

Text Example


Text Example

White with #4D706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D706C; }

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

 H1.HeaderClassName
 {
   color: #4D706C;
 }
 .AnyTagClassName
 {
   color: #4D706C;
 }
</style>

background-color css

<style>
 a { background-color: #4D706C; }

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

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

border-color css

<style>
 span { border-color: #4D706C; }

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

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