Html Css Color HEX #718084 Regent Grey

📋 copy color: '#718084'

red 113 ◦ green 128 ◦ blue 132

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

Shades of Regent Grey #718084

Tints of Regent Grey #718084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 30.29%
G = 34.32%
B = 35.39%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#718084 (or 0x718084) is known color: Regent Grey. HEX triplet: 71, 80 and 84. RGB value is (113,128,132). Sum of RGB (Red+Green+Blue) = 113+128+132=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 132 - color contains mainly: blue. Hex color #718084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718084 is #8E7F7B. Grayscale: #7B7B7B. Windows color (decimal): -9338748 or 8683633. OLE color: 8683633.

HSL color Cylindrical-coordinate representation of color #718084: hue angle of 192.63º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #718084 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 128 132 -
CMYK 0.14 0.03 0 0.48
HSL 192.63º 0.08% 0.48% -
HSV(B) 192.63º 0.14% 0.52% -
XYZ 18.69 20.62 24.82 -
YUV 123.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 113 128 132 0.14 0.03 0 0.48 192.63 0.08 0.48
Hex 71 80 84 E 3 0 30 C1 8 30
Octal 161 200 204 16 3 0 60 301 10 60
Binary 1110001 10000000 10000100 1110 11 0 110000 11000001 1000 110000

Color Harmonies of #718084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718084

Black with #718084

Text Example


Text Example

White with #718084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718084; }

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

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

background-color css

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

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

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

border-color css

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

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

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