Html Css Color HEX #728991 Gothic

📋 copy color: '#728991'

red 114 ◦ green 137 ◦ blue 145

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

Shades of Gothic #728991

Tints of Gothic #728991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

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

R = 28.79%
G = 34.6%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#728991 (or 0x728991) is known color: Gothic. HEX triplet: 72, 89 and 91. RGB value is (114,137,145). Sum of RGB (Red+Green+Blue) = 114+137+145=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 145 - color contains mainly: blue. Hex color #728991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728991 is #8D766E. Grayscale: #828282. Windows color (decimal): -9270895 or 9537906. OLE color: 9537906.

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

Color convert

RGB 114 137 145 -
CMYK 0.21 0.06 0 0.43
HSL 195.48º 0.12% 0.51% -
HSV(B) 195.48º 0.21% 0.57% -
XYZ 21 23.51 30.22 -
YUV 131.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 114 137 145 0.21 0.06 0 0.43 195.48 0.12 0.51
Hex 72 89 91 15 6 0 2B C3 C 33
Octal 162 211 221 25 6 0 53 303 14 63
Binary 1110010 10001001 10010001 10101 110 0 101011 11000011 1100 110011

Color Harmonies of #728991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728991

Black with #728991

Text Example


Text Example

White with #728991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728991; }

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

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

background-color css

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

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

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

border-color css

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

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

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