Html Css Color HEX #718175 Blue Smoke

📋 copy color: '#718175'

red 113 ◦ green 129 ◦ blue 117

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

Shades of Blue Smoke #718175

Tints of Blue Smoke #718175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

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

R = 31.48%
G = 35.93%
B = 32.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#718175 (or 0x718175) is known color: Blue Smoke. HEX triplet: 71, 81 and 75. RGB value is (113,129,117). Sum of RGB (Red+Green+Blue) = 113+129+117=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 129 - color contains mainly: green. Hex color #718175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718175 is #8E7E8A. Grayscale: #7A7A7A. Windows color (decimal): -9338507 or 7700849. OLE color: 7700849.

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

Color convert

RGB 113 129 117 -
CMYK 0.12 0 0.09 0.49
HSL 135º 0.07% 0.47% -
HSV(B) 135º 0.12% 0.51% -
XYZ 17.87 20.5 19.84 -
YUV 122.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 113 129 117 0.12 0 0.09 0.49 135 0.07 0.47
Hex 71 81 75 C 0 9 31 87 7 2F
Octal 161 201 165 14 0 11 61 207 7 57
Binary 1110001 10000001 1110101 1100 0 1001 110001 10000111 111 101111

Color Harmonies of #718175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718175

Black with #718175

Text Example


Text Example

White with #718175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718175; }

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

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

background-color css

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

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

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

border-color css

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

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

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