Html Css Color HEX #717672 Blue Smoke

📋 copy color: '#717672'

red 113 ◦ green 118 ◦ blue 114

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

Shades of Blue Smoke #717672

Tints of Blue Smoke #717672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 32.75%
G = 34.2%
B = 33.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#717672 (or 0x717672) is known color: Blue Smoke. HEX triplet: 71, 76 and 72. RGB value is (113,118,114). Sum of RGB (Red+Green+Blue) = 113+118+114=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 118 - color contains mainly: green. Hex color #717672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717672 is #8E898D. Grayscale: #747474. Windows color (decimal): -9341326 or 7501425. OLE color: 7501425.

HSL color Cylindrical-coordinate representation of color #717672: hue angle of 132º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #717672 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 114 -
CMYK 0.04 0 0.03 0.54
HSL 132º 0.02% 0.45% -
HSV(B) 132º 0.04% 0.46% -
XYZ 16.33 17.68 18.47 -
YUV 116.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 113 118 114 0.04 0 0.03 0.54 132 0.02 0.45
Hex 71 76 72 4 0 3 36 84 2 2D
Octal 161 166 162 4 0 3 66 204 2 55
Binary 1110001 1110110 1110010 100 0 11 110110 10000100 10 101101

Color Harmonies of #717672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717672

Black with #717672

Text Example


Text Example

White with #717672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717672; }

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

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

background-color css

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

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

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

border-color css

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

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

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