Html Css Color HEX #728E91 Gothic

📋 copy color: '#728E91'

red 114 ◦ green 142 ◦ blue 145

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

Shades of Gothic #728E91

Tints of Gothic #728E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 28.43%
G = 35.41%
B = 36.16%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728E91 (or 0x728E91) is known color: Gothic. HEX triplet: 72, 8E and 91. RGB value is (114,142,145). Sum of RGB (Red+Green+Blue) = 114+142+145=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #728E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728E91 is #8D716E. Grayscale: #858585. Windows color (decimal): -9269615 or 9539186. OLE color: 9539186.

HSL color Cylindrical-coordinate representation of color #728E91: hue angle of 185.81º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728E91 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 142 145 -
CMYK 0.21 0.02 0 0.43
HSL 185.81º 0.12% 0.51% -
HSV(B) 185.81º 0.21% 0.57% -
XYZ 21.72 24.97 30.46 -
YUV 133.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 114 142 145 0.21 0.02 0 0.43 185.81 0.12 0.51
Hex 72 8E 91 15 2 0 2B BA C 33
Octal 162 216 221 25 2 0 53 272 14 63
Binary 1110010 10001110 10010001 10101 10 0 101011 10111010 1100 110011

Color Harmonies of #728E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728E91

Black with #728E91

Text Example


Text Example

White with #728E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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