Html Css Color HEX #718285 Regent Grey

📋 copy color: '#718285'

red 113 ◦ green 130 ◦ blue 133

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

Shades of Regent Grey #718285

Tints of Regent Grey #718285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 30.05%
G = 34.57%
B = 35.37%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#718285 (or 0x718285) is known color: Regent Grey. HEX triplet: 71, 82 and 85. RGB value is (113,130,133). Sum of RGB (Red+Green+Blue) = 113+130+133=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 133 - color contains mainly: blue. Hex color #718285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718285 is #8E7D7A. Grayscale: #7D7D7D. Windows color (decimal): -9338235 or 8749681. OLE color: 8749681.

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

Color convert

RGB 113 130 133 -
CMYK 0.15 0.02 0 0.48
HSL 189º 0.08% 0.48% -
HSV(B) 189º 0.15% 0.52% -
XYZ 19.03 21.17 25.27 -
YUV 125.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 113 130 133 0.15 0.02 0 0.48 189 0.08 0.48
Hex 71 82 85 F 2 0 30 BD 8 30
Octal 161 202 205 17 2 0 60 275 10 60
Binary 1110001 10000010 10000101 1111 10 0 110000 10111101 1000 110000

Color Harmonies of #718285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718285

Black with #718285

Text Example


Text Example

White with #718285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718285; }

 p { color: rgb(113,130,133); }

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

background-color css

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

 a { background-color: rgb(113,130,133); }

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

border-color css

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

 span { border-color: rgb(113,130,133); }

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