Html Css Color HEX #718489 Regent Grey

📋 copy color: '#718489'

red 113 ◦ green 132 ◦ blue 137

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

Shades of Regent Grey #718489

Tints of Regent Grey #718489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 137 (53.91% from 255) = 35.86%

R = 29.58%
G = 34.55%
B = 35.86%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#718489 (or 0x718489) is known color: Regent Grey. HEX triplet: 71, 84 and 89. RGB value is (113,132,137). Sum of RGB (Red+Green+Blue) = 113+132+137=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #718489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718489 is #8E7B76. Grayscale: #7E7E7E. Windows color (decimal): -9337719 or 9012337. OLE color: 9012337.

HSL color Cylindrical-coordinate representation of color #718489: hue angle of 192.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 #718489 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 132 137 -
CMYK 0.18 0.04 0 0.46
HSL 192.5º 0.1% 0.49% -
HSV(B) 192.5º 0.18% 0.54% -
XYZ 19.58 21.82 26.85 -
YUV 126.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 113 132 137 0.18 0.04 0 0.46 192.5 0.1 0.49
Hex 71 84 89 12 4 0 2E C0 A 31
Octal 161 204 211 22 4 0 56 300 12 61
Binary 1110001 10000100 10001001 10010 100 0 101110 11000000 1010 110001

Color Harmonies of #718489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718489

Black with #718489

Text Example


Text Example

White with #718489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718489; }

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

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

background-color css

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

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

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

border-color css

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

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

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