Html Css Color HEX #728284 Regent Grey

📋 copy color: '#728284'

red 114 ◦ green 130 ◦ blue 132

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

Shades of Regent Grey #728284

Tints of Regent Grey #728284

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 30.32%
G = 34.57%
B = 35.11%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#728284 (or 0x728284) is known color: Regent Grey. HEX triplet: 72, 82 and 84. RGB value is (114,130,132). Sum of RGB (Red+Green+Blue) = 114+130+132=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #728284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728284 is #8D7D7B. Grayscale: #7D7D7D. Windows color (decimal): -9272700 or 8684146. OLE color: 8684146.

HSL color Cylindrical-coordinate representation of color #728284: hue angle of 186.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728284 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 130 132 -
CMYK 0.14 0.02 0 0.48
HSL 186.67º 0.07% 0.48% -
HSV(B) 186.67º 0.14% 0.52% -
XYZ 19.09 21.21 24.92 -
YUV 125.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 114 130 132 0.14 0.02 0 0.48 186.67 0.07 0.48
Hex 72 82 84 E 2 0 30 BB 7 30
Octal 162 202 204 16 2 0 60 273 7 60
Binary 1110010 10000010 10000100 1110 10 0 110000 10111011 111 110000

Color Harmonies of #728284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728284

Black with #728284

Text Example


Text Example

White with #728284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728284; }

 p { color: rgb(114,130,132); }

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

background-color css

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

 a { background-color: rgb(114,130,132); }

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

border-color css

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

 span { border-color: rgb(114,130,132); }

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