Html Css Color HEX #728690 Regent Grey

📋 copy color: '#728690'

red 114 ◦ green 134 ◦ blue 144

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

Shades of Regent Grey #728690

Tints of Regent Grey #728690

RGB

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

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

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

R = 29.08%
G = 34.18%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#728690 (or 0x728690) is known color: Regent Grey. HEX triplet: 72, 86 and 90. RGB value is (114,134,144). Sum of RGB (Red+Green+Blue) = 114+134+144=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #728690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728690 is #8D796F. Grayscale: #818181. Windows color (decimal): -9271664 or 9471602. OLE color: 9471602.

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

Color convert

RGB 114 134 144 -
CMYK 0.21 0.07 0 0.44
HSL 200º 0.12% 0.51% -
HSV(B) 200º 0.21% 0.56% -
XYZ 20.5 22.64 29.68 -
YUV 129.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 114 134 144 0.21 0.07 0 0.44 200 0.12 0.51
Hex 72 86 90 15 7 0 2C C8 C 33
Octal 162 206 220 25 7 0 54 310 14 63
Binary 1110010 10000110 10010000 10101 111 0 101100 11001000 1100 110011

Color Harmonies of #728690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728690

Black with #728690

Text Example


Text Example

White with #728690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728690; }

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

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

background-color css

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

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

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

border-color css

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

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

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