Html Css Color HEX #718578 Blue Smoke

📋 copy color: '#718578'

red 113 ◦ green 133 ◦ blue 120

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

Shades of Blue Smoke #718578

Tints of Blue Smoke #718578

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 30.87%
G = 36.34%
B = 32.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#718578 (or 0x718578) is known color: Blue Smoke. HEX triplet: 71, 85 and 78. RGB value is (113,133,120). Sum of RGB (Red+Green+Blue) = 113+133+120=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #718578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718578 is #8E7A87. Grayscale: #7D7D7D. Windows color (decimal): -9337480 or 7898481. OLE color: 7898481.

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

Color convert

RGB 113 133 120 -
CMYK 0.15 0 0.10 0.48
HSL 141º 0.08% 0.48% -
HSV(B) 141º 0.15% 0.52% -
XYZ 18.59 21.64 20.97 -
YUV 125.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 113 133 120 0.15 0 0.10 0.48 141 0.08 0.48
Hex 71 85 78 F 0 A 30 8D 8 30
Octal 161 205 170 17 0 12 60 215 10 60
Binary 1110001 10000101 1111000 1111 0 1010 110000 10001101 1000 110000

Color Harmonies of #718578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718578

Black with #718578

Text Example


Text Example

White with #718578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718578; }

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

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

background-color css

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

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

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

border-color css

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

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

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