Html Css Color HEX #728791 Regent Grey

📋 copy color: '#728791'

red 114 ◦ green 135 ◦ blue 145

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

Shades of Regent Grey #728791

Tints of Regent Grey #728791

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 28.93%
G = 34.26%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728791 (or 0x728791) is known color: Regent Grey. HEX triplet: 72, 87 and 91. RGB value is (114,135,145). Sum of RGB (Red+Green+Blue) = 114+135+145=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #728791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728791 is #8D786E. Grayscale: #818181. Windows color (decimal): -9271407 or 9537394. OLE color: 9537394.

HSL color Cylindrical-coordinate representation of color #728791: hue angle of 199.35º 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 #728791 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 135 145 -
CMYK 0.21 0.07 0 0.43
HSL 199.35º 0.12% 0.51% -
HSV(B) 199.35º 0.21% 0.57% -
XYZ 20.71 22.95 30.13 -
YUV 129.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 114 135 145 0.21 0.07 0 0.43 199.35 0.12 0.51
Hex 72 87 91 15 7 0 2B C7 C 33
Octal 162 207 221 25 7 0 53 307 14 63
Binary 1110010 10000111 10010001 10101 111 0 101011 11000111 1100 110011

Color Harmonies of #728791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728791

Black with #728791

Text Example


Text Example

White with #728791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728791; }

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

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

background-color css

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

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

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

border-color css

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

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

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