Html Css Color HEX #728792 Regent Grey

📋 copy color: '#728792'

red 114 ◦ green 135 ◦ blue 146

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

Shades of Regent Grey #728792

Tints of Regent Grey #728792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 28.86%
G = 34.18%
B = 36.96%

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

#728792 (or 0x728792) is known color: Regent Grey. HEX triplet: 72, 87 and 92. RGB value is (114,135,146). Sum of RGB (Red+Green+Blue) = 114+135+146=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #728792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728792 is #8D786D. Grayscale: #818181. Windows color (decimal): -9271406 or 9602930. OLE color: 9602930.

HSL color Cylindrical-coordinate representation of color #728792: 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 #728792 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 135 146 -
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.79 22.98 30.53 -
YUV 129.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 114 135 146 0.22 0.08 0 0.43 200.63 0.13 0.51
Hex 72 87 92 16 8 0 2B C9 D 33
Octal 162 207 222 26 10 0 53 311 15 63
Binary 1110010 10000111 10010010 10110 1000 0 101011 11001001 1101 110011

Color Harmonies of #728792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728792

Black with #728792

Text Example


Text Example

White with #728792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728792; }

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

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

background-color css

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

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

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

border-color css

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

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

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