Html Css Color HEX #717872 Blue Smoke

📋 copy color: '#717872'

red 113 ◦ green 120 ◦ blue 114

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

Shades of Blue Smoke #717872

Tints of Blue Smoke #717872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

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

R = 32.56%
G = 34.58%
B = 32.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#717872 (or 0x717872) is known color: Blue Smoke. HEX triplet: 71, 78 and 72. RGB value is (113,120,114). Sum of RGB (Red+Green+Blue) = 113+120+114=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 120 - color contains mainly: green. Hex color #717872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717872 is #8E878D. Grayscale: #757575. Windows color (decimal): -9340814 or 7501937. OLE color: 7501937.

HSL color Cylindrical-coordinate representation of color #717872: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #717872 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 120 114 -
CMYK 0.06 0 0.05 0.53
HSL 128.57º 0.03% 0.46% -
HSV(B) 128.57º 0.06% 0.47% -
XYZ 16.56 18.16 18.55 -
YUV 117.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 113 120 114 0.06 0 0.05 0.53 128.57 0.03 0.46
Hex 71 78 72 6 0 5 35 81 3 2E
Octal 161 170 162 6 0 5 65 201 3 56
Binary 1110001 1111000 1110010 110 0 101 110101 10000001 11 101110

Color Harmonies of #717872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717872

Black with #717872

Text Example


Text Example

White with #717872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717872; }

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

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

background-color css

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

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

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

border-color css

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

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

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