Html Css Color HEX #718478 Blue Smoke

📋 copy color: '#718478'

red 113 ◦ green 132 ◦ blue 120

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

Shades of Blue Smoke #718478

Tints of Blue Smoke #718478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 30.96%
G = 36.16%
B = 32.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#718478 (or 0x718478) is known color: Blue Smoke. HEX triplet: 71, 84 and 78. RGB value is (113,132,120). Sum of RGB (Red+Green+Blue) = 113+132+120=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #718478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718478 is #8E7B87. Grayscale: #7C7C7C. Windows color (decimal): -9337736 or 7898225. OLE color: 7898225.

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

Color convert

RGB 113 132 120 -
CMYK 0.14 0 0.09 0.48
HSL 142.11º 0.08% 0.48% -
HSV(B) 142.11º 0.14% 0.52% -
XYZ 18.45 21.37 20.92 -
YUV 124.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 113 132 120 0.14 0 0.09 0.48 142.11 0.08 0.48
Hex 71 84 78 E 0 9 30 8E 8 30
Octal 161 204 170 16 0 11 60 216 10 60
Binary 1110001 10000100 1111000 1110 0 1001 110000 10001110 1000 110000

Color Harmonies of #718478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718478

Black with #718478

Text Example


Text Example

White with #718478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718478; }

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

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

background-color css

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

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

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

border-color css

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

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

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