Html Css Color HEX #728790 Regent Grey

📋 copy color: '#728790'

red 114 ◦ green 135 ◦ blue 144

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

Shades of Regent Grey #728790

Tints of Regent Grey #728790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 29.01%
G = 34.35%
B = 36.64%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#728790 (or 0x728790) is known color: Regent Grey. HEX triplet: 72, 87 and 90. RGB value is (114,135,144). Sum of RGB (Red+Green+Blue) = 114+135+144=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #728790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728790 is #8D786F. Grayscale: #818181. Windows color (decimal): -9271408 or 9471858. OLE color: 9471858.

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

Color convert

RGB 114 135 144 -
CMYK 0.21 0.06 0 0.44
HSL 198º 0.12% 0.51% -
HSV(B) 198º 0.21% 0.56% -
XYZ 20.64 22.92 29.72 -
YUV 129.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 114 135 144 0.21 0.06 0 0.44 198 0.12 0.51
Hex 72 87 90 15 6 0 2C C6 C 33
Octal 162 207 220 25 6 0 54 306 14 63
Binary 1110010 10000111 10010000 10101 110 0 101100 11000110 1100 110011

Color Harmonies of #728790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728790

Black with #728790

Text Example


Text Example

White with #728790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728790; }

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

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

background-color css

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

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

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

border-color css

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

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

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