Html Css Color HEX #728890 Gothic

📋 copy color: '#728890'

red 114 ◦ green 136 ◦ blue 144

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

Shades of Gothic #728890

Tints of Gothic #728890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

 BLUE value IS 144 (56.64% from 255) = 36.55%

R = 28.93%
G = 34.52%
B = 36.55%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#728890 (or 0x728890) is known color: Gothic. HEX triplet: 72, 88 and 90. RGB value is (114,136,144). Sum of RGB (Red+Green+Blue) = 114+136+144=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #728890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728890 is #8D776F. Grayscale: #828282. Windows color (decimal): -9271152 or 9472114. OLE color: 9472114.

HSL color Cylindrical-coordinate representation of color #728890: hue angle of 196º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728890 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 136 144 -
CMYK 0.21 0.06 0 0.44
HSL 196º 0.12% 0.51% -
HSV(B) 196º 0.21% 0.56% -
XYZ 20.78 23.2 29.77 -
YUV 130.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 114 136 144 0.21 0.06 0 0.44 196 0.12 0.51
Hex 72 88 90 15 6 0 2C C4 C 33
Octal 162 210 220 25 6 0 54 304 14 63
Binary 1110010 10001000 10010000 10101 110 0 101100 11000100 1100 110011

Color Harmonies of #728890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728890

Black with #728890

Text Example


Text Example

White with #728890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728890; }

 p { color: rgb(114,136,144); }

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

background-color css

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

 a { background-color: rgb(114,136,144); }

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

border-color css

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

 span { border-color: rgb(114,136,144); }

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