Html Css Color HEX #718778 Blue Smoke

📋 copy color: '#718778'

red 113 ◦ green 135 ◦ blue 120

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

Shades of Blue Smoke #718778

Tints of Blue Smoke #718778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 30.71%
G = 36.68%
B = 32.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#718778 (or 0x718778) is known color: Blue Smoke. HEX triplet: 71, 87 and 78. RGB value is (113,135,120). Sum of RGB (Red+Green+Blue) = 113+135+120=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #718778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718778 is #8E7887. Grayscale: #7E7E7E. Windows color (decimal): -9336968 or 7898993. OLE color: 7898993.

HSL color Cylindrical-coordinate representation of color #718778: hue angle of 139.09º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718778 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 120 -
CMYK 0.16 0 0.11 0.47
HSL 139.09º 0.09% 0.49% -
HSV(B) 139.09º 0.16% 0.53% -
XYZ 18.86 22.19 21.06 -
YUV 126.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 113 135 120 0.16 0 0.11 0.47 139.09 0.09 0.49
Hex 71 87 78 10 0 B 2F 8B 9 31
Octal 161 207 170 20 0 13 57 213 11 61
Binary 1110001 10000111 1111000 10000 0 1011 101111 10001011 1001 110001

Color Harmonies of #718778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718778

Black with #718778

Text Example


Text Example

White with #718778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718778; }

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

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

background-color css

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

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

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

border-color css

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

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

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