Html Css Color HEX #71897A Blue Smoke

📋 copy color: '#71897A'

red 113 ◦ green 137 ◦ blue 122

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

Shades of Blue Smoke #71897A

Tints of Blue Smoke #71897A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 30.38%
G = 36.83%
B = 32.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#71897A (or 0x71897A) is known color: Blue Smoke. HEX triplet: 71, 89 and 7A. RGB value is (113,137,122). Sum of RGB (Red+Green+Blue) = 113+137+122=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #71897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71897A is #8E7685. Grayscale: #808080. Windows color (decimal): -9336454 or 8030577. OLE color: 8030577.

HSL color Cylindrical-coordinate representation of color #71897A: hue angle of 142.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71897A is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 122 -
CMYK 0.18 0 0.11 0.46
HSL 142.5º 0.1% 0.49% -
HSV(B) 142.5º 0.18% 0.54% -
XYZ 19.27 22.81 21.8 -
YUV 128.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 113 137 122 0.18 0 0.11 0.46 142.5 0.1 0.49
Hex 71 89 7A 12 0 B 2E 8E A 31
Octal 161 211 172 22 0 13 56 216 12 61
Binary 1110001 10001001 1111010 10010 0 1011 101110 10001110 1010 110001

Color Harmonies of #71897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71897A

Black with #71897A

Text Example


Text Example

White with #71897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71897A; }

 p { color: rgb(113,137,122); }

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

background-color css

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

 a { background-color: rgb(113,137,122); }

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

border-color css

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

 span { border-color: rgb(113,137,122); }

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