Html Css Color HEX #718475 Blue Smoke

📋 copy color: '#718475'

red 113 ◦ green 132 ◦ blue 117

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

Shades of Blue Smoke #718475

Tints of Blue Smoke #718475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 31.22%
G = 36.46%
B = 32.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#718475 (or 0x718475) is known color: Blue Smoke. HEX triplet: 71, 84 and 75. RGB value is (113,132,117). Sum of RGB (Red+Green+Blue) = 113+132+117=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #718475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718475 is #8E7B8A. Grayscale: #7C7C7C. Windows color (decimal): -9337739 or 7701617. OLE color: 7701617.

HSL color Cylindrical-coordinate representation of color #718475: hue angle of 132.63º 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 #718475 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 117 -
CMYK 0.14 0 0.11 0.48
HSL 132.63º 0.08% 0.48% -
HSV(B) 132.63º 0.14% 0.52% -
XYZ 18.27 21.3 19.98 -
YUV 124.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 113 132 117 0.14 0 0.11 0.48 132.63 0.08 0.48
Hex 71 84 75 E 0 B 30 85 8 30
Octal 161 204 165 16 0 13 60 205 10 60
Binary 1110001 10000100 1110101 1110 0 1011 110000 10000101 1000 110000

Color Harmonies of #718475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718475

Black with #718475

Text Example


Text Example

White with #718475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718475; }

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

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

background-color css

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

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

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

border-color css

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

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

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