Html Css Color HEX #728C95 Gothic

📋 copy color: '#728C95'

red 114 ◦ green 140 ◦ blue 149

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

Shades of Gothic #728C95

Tints of Gothic #728C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

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

R = 28.29%
G = 34.74%
B = 36.97%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728C95 (or 0x728C95) is known color: Gothic. HEX triplet: 72, 8C and 95. RGB value is (114,140,149). Sum of RGB (Red+Green+Blue) = 114+140+149=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #728C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C95 is #8D736A. Grayscale: #858585. Windows color (decimal): -9270123 or 9800818. OLE color: 9800818.

HSL color Cylindrical-coordinate representation of color #728C95: hue angle of 195.43º 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 #728C95 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 140 149 -
CMYK 0.23 0.06 0 0.42
HSL 195.43º 0.14% 0.52% -
HSV(B) 195.43º 0.23% 0.58% -
XYZ 21.74 24.5 32.02 -
YUV 133.25 136.89 114.27 -
System Red Green Blue C M Y K H S L
Decimal 114 140 149 0.23 0.06 0 0.42 195.43 0.14 0.52
Hex 72 8C 95 17 6 0 2A C3 E 34
Octal 162 214 225 27 6 0 52 303 16 64
Binary 1110010 10001100 10010101 10111 110 0 101010 11000011 1110 110100

Color Harmonies of #728C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728C95

Black with #728C95

Text Example


Text Example

White with #728C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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