Html Css Color HEX #728891 Gothic

📋 copy color: '#728891'

red 114 ◦ green 136 ◦ blue 145

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

Shades of Gothic #728891

Tints of Gothic #728891

RGB

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

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

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

R = 28.86%
G = 34.43%
B = 36.71%

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

#728891 (or 0x728891) is known color: Gothic. HEX triplet: 72, 88 and 91. RGB value is (114,136,145). Sum of RGB (Red+Green+Blue) = 114+136+145=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #728891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728891 is #8D776E. Grayscale: #828282. Windows color (decimal): -9271151 or 9537650. OLE color: 9537650.

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

Color convert

RGB 114 136 145 -
CMYK 0.21 0.06 0 0.43
HSL 197.42º 0.12% 0.51% -
HSV(B) 197.42º 0.21% 0.57% -
XYZ 20.85 23.23 30.17 -
YUV 130.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 114 136 145 0.21 0.06 0 0.43 197.42 0.12 0.51
Hex 72 88 91 15 6 0 2B C5 C 33
Octal 162 210 221 25 6 0 53 305 14 63
Binary 1110010 10001000 10010001 10101 110 0 101011 11000101 1100 110011

Color Harmonies of #728891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728891

Black with #728891

Text Example


Text Example

White with #728891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728891; }

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

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

background-color css

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

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

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

border-color css

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

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

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