Html Css Color HEX #728A91 Gothic

📋 copy color: '#728A91'

red 114 ◦ green 138 ◦ blue 145

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

Shades of Gothic #728A91

Tints of Gothic #728A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

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

R = 28.72%
G = 34.76%
B = 36.52%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728A91 (or 0x728A91) is known color: Gothic. HEX triplet: 72, 8A and 91. RGB value is (114,138,145). Sum of RGB (Red+Green+Blue) = 114+138+145=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 145 - color contains mainly: blue. Hex color #728A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A91 is #8D756E. Grayscale: #838383. Windows color (decimal): -9270639 or 9538162. OLE color: 9538162.

HSL color Cylindrical-coordinate representation of color #728A91: hue angle of 193.55º 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 #728A91 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 138 145 -
CMYK 0.21 0.05 0 0.43
HSL 193.55º 0.12% 0.51% -
HSV(B) 193.55º 0.21% 0.57% -
XYZ 21.14 23.8 30.27 -
YUV 131.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 114 138 145 0.21 0.05 0 0.43 193.55 0.12 0.51
Hex 72 8A 91 15 5 0 2B C2 C 33
Octal 162 212 221 25 5 0 53 302 14 63
Binary 1110010 10001010 10010001 10101 101 0 101011 11000010 1100 110011

Color Harmonies of #728A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A91

Black with #728A91

Text Example


Text Example

White with #728A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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