Html Css Color HEX #718275 Blue Smoke

📋 copy color: '#718275'

red 113 ◦ green 130 ◦ blue 117

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

Shades of Blue Smoke #718275

Tints of Blue Smoke #718275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

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

R = 31.39%
G = 36.11%
B = 32.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#718275 (or 0x718275) is known color: Blue Smoke. HEX triplet: 71, 82 and 75. RGB value is (113,130,117). Sum of RGB (Red+Green+Blue) = 113+130+117=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #718275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718275 is #8E7D8A. Grayscale: #7B7B7B. Windows color (decimal): -9338251 or 7701105. OLE color: 7701105.

HSL color Cylindrical-coordinate representation of color #718275: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #718275 is Cyan = 0.13, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 117 -
CMYK 0.13 0 0.1 0.49
HSL 134.12º 0.07% 0.48% -
HSV(B) 134.12º 0.13% 0.51% -
XYZ 18 20.76 19.89 -
YUV 123.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 113 130 117 0.13 0 0.1 0.49 134.12 0.07 0.48
Hex 71 82 75 D 0 A 31 86 7 30
Octal 161 202 165 15 0 12 61 206 7 60
Binary 1110001 10000010 1110101 1101 0 1010 110001 10000110 111 110000

Color Harmonies of #718275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718275

Black with #718275

Text Example


Text Example

White with #718275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718275; }

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

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

background-color css

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

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

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

border-color css

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

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

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