Html Css Color HEX #718376 Blue Smoke

📋 copy color: '#718376'

red 113 ◦ green 131 ◦ blue 118

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

Shades of Blue Smoke #718376

Tints of Blue Smoke #718376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.6%

R = 31.22%
G = 36.19%
B = 32.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#718376 (or 0x718376) is known color: Blue Smoke. HEX triplet: 71, 83 and 76. RGB value is (113,131,118). Sum of RGB (Red+Green+Blue) = 113+131+118=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 131 - color contains mainly: green. Hex color #718376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718376 is #8E7C89. Grayscale: #7C7C7C. Windows color (decimal): -9337994 or 7766897. OLE color: 7766897.

HSL color Cylindrical-coordinate representation of color #718376: hue angle of 136.67º 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 #718376 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 118 -
CMYK 0.14 0 0.10 0.49
HSL 136.67º 0.07% 0.48% -
HSV(B) 136.67º 0.14% 0.51% -
XYZ 18.2 21.05 20.24 -
YUV 124.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 113 131 118 0.14 0 0.10 0.49 136.67 0.07 0.48
Hex 71 83 76 E 0 A 31 89 7 30
Octal 161 203 166 16 0 12 61 211 7 60
Binary 1110001 10000011 1110110 1110 0 1010 110001 10001001 111 110000

Color Harmonies of #718376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718376

Black with #718376

Text Example


Text Example

White with #718376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718376; }

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

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

background-color css

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

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

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

border-color css

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

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

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