Html Css Color HEX #728E95 Gothic

📋 copy color: '#728E95'

red 114 ◦ green 142 ◦ blue 149

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

Shades of Gothic #728E95

Tints of Gothic #728E95

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 28.15%
G = 35.06%
B = 36.79%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728E95 (or 0x728E95) is known color: Gothic. HEX triplet: 72, 8E and 95. RGB value is (114,142,149). Sum of RGB (Red+Green+Blue) = 114+142+149=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #728E95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E95 is #8D716A. Grayscale: #868686. Windows color (decimal): -9269611 or 9801330. OLE color: 9801330.

HSL color Cylindrical-coordinate representation of color #728E95: hue angle of 192º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728E95 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 142 149 -
CMYK 0.23 0.05 0 0.42
HSL 192º 0.14% 0.52% -
HSV(B) 192º 0.23% 0.58% -
XYZ 22.04 25.09 32.12 -
YUV 134.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 114 142 149 0.23 0.05 0 0.42 192 0.14 0.52
Hex 72 8E 95 17 5 0 2A C0 E 34
Octal 162 216 225 27 5 0 52 300 16 64
Binary 1110010 10001110 10010101 10111 101 0 101010 11000000 1110 110100

Color Harmonies of #728E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728E95

Black with #728E95

Text Example


Text Example

White with #728E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728E95; }

 p { color: rgb(114,142,149); }

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

background-color css

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

 a { background-color: rgb(114,142,149); }

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

border-color css

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

 span { border-color: rgb(114,142,149); }

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