Html Css Color HEX #728691 Regent Grey

📋 copy color: '#728691'

red 114 ◦ green 134 ◦ blue 145

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

Shades of Regent Grey #728691

Tints of Regent Grey #728691

RGB

 RED value IS 114 (44.92% from 255) = 29.01%

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

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

R = 29.01%
G = 34.1%
B = 36.9%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728691 (or 0x728691) is known color: Regent Grey. HEX triplet: 72, 86 and 91. RGB value is (114,134,145). Sum of RGB (Red+Green+Blue) = 114+134+145=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #728691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728691 is #8D796E. Grayscale: #818181. Windows color (decimal): -9271663 or 9537138. OLE color: 9537138.

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

Color convert

RGB 114 134 145 -
CMYK 0.21 0.08 0 0.43
HSL 201.29º 0.12% 0.51% -
HSV(B) 201.29º 0.21% 0.57% -
XYZ 20.58 22.67 30.08 -
YUV 129.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 114 134 145 0.21 0.08 0 0.43 201.29 0.12 0.51
Hex 72 86 91 15 8 0 2B C9 C 33
Octal 162 206 221 25 10 0 53 311 14 63
Binary 1110010 10000110 10010001 10101 1000 0 101011 11001001 1100 110011

Color Harmonies of #728691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728691

Black with #728691

Text Example


Text Example

White with #728691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728691; }

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

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

background-color css

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

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

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

border-color css

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

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

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