Html Css Color HEX #728385 Regent Grey

📋 copy color: '#728385'

red 114 ◦ green 131 ◦ blue 133

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

Shades of Regent Grey #728385

Tints of Regent Grey #728385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 30.16%
G = 34.66%
B = 35.19%

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

#728385 (or 0x728385) is known color: Regent Grey. HEX triplet: 72, 83 and 85. RGB value is (114,131,133). Sum of RGB (Red+Green+Blue) = 114+131+133=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #728385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728385 is #8D7C7A. Grayscale: #7E7E7E. Windows color (decimal): -9272443 or 8749938. OLE color: 8749938.

HSL color Cylindrical-coordinate representation of color #728385: hue angle of 186.32º degrees, saturation: 0.08, 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 #728385 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 131 133 -
CMYK 0.14 0.02 0 0.48
HSL 186.32º 0.08% 0.48% -
HSV(B) 186.32º 0.14% 0.52% -
XYZ 19.29 21.5 25.32 -
YUV 126.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 114 131 133 0.14 0.02 0 0.48 186.32 0.08 0.48
Hex 72 83 85 E 2 0 30 BA 8 30
Octal 162 203 205 16 2 0 60 272 10 60
Binary 1110010 10000011 10000101 1110 10 0 110000 10111010 1000 110000

Color Harmonies of #728385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728385

Black with #728385

Text Example


Text Example

White with #728385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728385; }

 p { color: rgb(114,131,133); }

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

background-color css

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

 a { background-color: rgb(114,131,133); }

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

border-color css

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

 span { border-color: rgb(114,131,133); }

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