Html Css Color HEX #718477 Blue Smoke

📋 copy color: '#718477'

red 113 ◦ green 132 ◦ blue 119

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

Shades of Blue Smoke #718477

Tints of Blue Smoke #718477

RGB

 RED value IS 113 (44.53% from 255) = 31.04%

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 31.04%
G = 36.26%
B = 32.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#718477 (or 0x718477) is known color: Blue Smoke. HEX triplet: 71, 84 and 77. RGB value is (113,132,119). Sum of RGB (Red+Green+Blue) = 113+132+119=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #718477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718477 is #8E7B88. Grayscale: #7C7C7C. Windows color (decimal): -9337737 or 7832689. OLE color: 7832689.

HSL color Cylindrical-coordinate representation of color #718477: hue angle of 138.95º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718477 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 119 -
CMYK 0.14 0 0.10 0.48
HSL 138.95º 0.08% 0.48% -
HSV(B) 138.95º 0.14% 0.52% -
XYZ 18.39 21.35 20.6 -
YUV 124.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 113 132 119 0.14 0 0.10 0.48 138.95 0.08 0.48
Hex 71 84 77 E 0 A 30 8B 8 30
Octal 161 204 167 16 0 12 60 213 10 60
Binary 1110001 10000100 1110111 1110 0 1010 110000 10001011 1000 110000

Color Harmonies of #718477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718477

Black with #718477

Text Example


Text Example

White with #718477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718477; }

 p { color: rgb(113,132,119); }

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

background-color css

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

 a { background-color: rgb(113,132,119); }

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

border-color css

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

 span { border-color: rgb(113,132,119); }

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