Html Css Color HEX #718185 Regent Grey

📋 copy color: '#718185'

red 113 ◦ green 129 ◦ blue 133

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

Shades of Regent Grey #718185

Tints of Regent Grey #718185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

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

R = 30.13%
G = 34.4%
B = 35.47%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#718185 (or 0x718185) is known color: Regent Grey. HEX triplet: 71, 81 and 85. RGB value is (113,129,133). Sum of RGB (Red+Green+Blue) = 113+129+133=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 133 - color contains mainly: blue. Hex color #718185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718185 is #8E7E7A. Grayscale: #7C7C7C. Windows color (decimal): -9338491 or 8749425. OLE color: 8749425.

HSL color Cylindrical-coordinate representation of color #718185: hue angle of 192º 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 #718185 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 129 133 -
CMYK 0.15 0.03 0 0.48
HSL 192º 0.08% 0.48% -
HSV(B) 192º 0.15% 0.52% -
XYZ 18.89 20.9 25.23 -
YUV 124.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 113 129 133 0.15 0.03 0 0.48 192 0.08 0.48
Hex 71 81 85 F 3 0 30 C0 8 30
Octal 161 201 205 17 3 0 60 300 10 60
Binary 1110001 10000001 10000101 1111 11 0 110000 11000000 1000 110000

Color Harmonies of #718185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718185

Black with #718185

Text Example


Text Example

White with #718185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718185; }

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

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

background-color css

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

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

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

border-color css

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

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

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