Html Css Color HEX #718385 Regent Grey

📋 copy color: '#718385'

red 113 ◦ green 131 ◦ blue 133

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

Shades of Regent Grey #718385

Tints of Regent Grey #718385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 29.97%
G = 34.75%
B = 35.28%

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

#718385 (or 0x718385) is known color: Regent Grey. HEX triplet: 71, 83 and 85. RGB value is (113,131,133). Sum of RGB (Red+Green+Blue) = 113+131+133=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #718385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718385 is #8E7C7A. Grayscale: #7D7D7D. Windows color (decimal): -9337979 or 8749937. OLE color: 8749937.

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

Color convert

RGB 113 131 133 -
CMYK 0.15 0.02 0 0.48
HSL 186º 0.08% 0.48% -
HSV(B) 186º 0.15% 0.52% -
XYZ 19.16 21.44 25.32 -
YUV 125.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 113 131 133 0.15 0.02 0 0.48 186 0.08 0.48
Hex 71 83 85 F 2 0 30 BA 8 30
Octal 161 203 205 17 2 0 60 272 10 60
Binary 1110001 10000011 10000101 1111 10 0 110000 10111010 1000 110000

Color Harmonies of #718385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718385

Black with #718385

Text Example


Text Example

White with #718385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718385; }

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

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

background-color css

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

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

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

border-color css

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

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

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