Html Css Color HEX #728F95 Gothic

📋 copy color: '#728F95'

red 114 ◦ green 143 ◦ blue 149

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

Shades of Gothic #728F95

Tints of Gothic #728F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

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

R = 28.08%
G = 35.22%
B = 36.7%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728F95 (or 0x728F95) is known color: Gothic. HEX triplet: 72, 8F and 95. RGB value is (114,143,149). Sum of RGB (Red+Green+Blue) = 114+143+149=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #728F95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F95 is #8D706A. Grayscale: #868686. Windows color (decimal): -9269355 or 9801586. OLE color: 9801586.

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

Color convert

RGB 114 143 149 -
CMYK 0.23 0.04 0 0.42
HSL 190.29º 0.14% 0.52% -
HSV(B) 190.29º 0.23% 0.58% -
XYZ 22.19 25.39 32.17 -
YUV 135.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 114 143 149 0.23 0.04 0 0.42 190.29 0.14 0.52
Hex 72 8F 95 17 4 0 2A BE E 34
Octal 162 217 225 27 4 0 52 276 16 64
Binary 1110010 10001111 10010101 10111 100 0 101010 10111110 1110 110100

Color Harmonies of #728F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728F95

Black with #728F95

Text Example


Text Example

White with #728F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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