Html Css Color HEX #718375 Blue Smoke

📋 copy color: '#718375'

red 113 ◦ green 131 ◦ blue 117

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

Shades of Blue Smoke #718375

Tints of Blue Smoke #718375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

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

R = 31.3%
G = 36.29%
B = 32.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#718375 (or 0x718375) is known color: Blue Smoke. HEX triplet: 71, 83 and 75. RGB value is (113,131,117). Sum of RGB (Red+Green+Blue) = 113+131+117=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #718375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718375 is #8E7C8A. Grayscale: #7C7C7C. Windows color (decimal): -9337995 or 7701361. OLE color: 7701361.

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

Color convert

RGB 113 131 117 -
CMYK 0.14 0 0.11 0.49
HSL 133.33º 0.07% 0.48% -
HSV(B) 133.33º 0.14% 0.51% -
XYZ 18.14 21.03 19.93 -
YUV 124.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 113 131 117 0.14 0 0.11 0.49 133.33 0.07 0.48
Hex 71 83 75 E 0 B 31 85 7 30
Octal 161 203 165 16 0 13 61 205 7 60
Binary 1110001 10000011 1110101 1110 0 1011 110001 10000101 111 110000

Color Harmonies of #718375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718375

Black with #718375

Text Example


Text Example

White with #718375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718375; }

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

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

background-color css

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

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

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

border-color css

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

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

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