Html Css Color HEX #718691 Regent Grey

📋 copy color: '#718691'

red 113 ◦ green 134 ◦ blue 145

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

Shades of Regent Grey #718691

Tints of Regent Grey #718691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 145 (57.03% from 255) = 36.99%

R = 28.83%
G = 34.18%
B = 36.99%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718691 (or 0x718691) is known color: Regent Grey. HEX triplet: 71, 86 and 91. RGB value is (113,134,145). Sum of RGB (Red+Green+Blue) = 113+134+145=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #718691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718691 is #8E796E. Grayscale: #808080. Windows color (decimal): -9337199 or 9537137. OLE color: 9537137.

HSL color Cylindrical-coordinate representation of color #718691: hue angle of 200.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718691 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 134 145 -
CMYK 0.22 0.08 0 0.43
HSL 200.63º 0.13% 0.51% -
HSV(B) 200.63º 0.22% 0.57% -
XYZ 20.45 22.61 30.07 -
YUV 128.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 113 134 145 0.22 0.08 0 0.43 200.63 0.13 0.51
Hex 71 86 91 16 8 0 2B C9 D 33
Octal 161 206 221 26 10 0 53 311 15 63
Binary 1110001 10000110 10010001 10110 1000 0 101011 11001001 1101 110011

Color Harmonies of #718691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718691

Black with #718691

Text Example


Text Example

White with #718691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718691; }

 p { color: rgb(113,134,145); }

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

background-color css

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

 a { background-color: rgb(113,134,145); }

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

border-color css

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

 span { border-color: rgb(113,134,145); }

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