Html Css Color HEX #728990 Gothic

📋 copy color: '#728990'

red 114 ◦ green 137 ◦ blue 144

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

Shades of Gothic #728990

Tints of Gothic #728990

RGB

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

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

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

R = 28.86%
G = 34.68%
B = 36.46%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#728990 (or 0x728990) is known color: Gothic. HEX triplet: 72, 89 and 90. RGB value is (114,137,144). Sum of RGB (Red+Green+Blue) = 114+137+144=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #728990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728990 is #8D766F. Grayscale: #828282. Windows color (decimal): -9270896 or 9472370. OLE color: 9472370.

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

Color convert

RGB 114 137 144 -
CMYK 0.21 0.05 0 0.44
HSL 194º 0.12% 0.51% -
HSV(B) 194º 0.21% 0.56% -
XYZ 20.92 23.48 29.82 -
YUV 130.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 114 137 144 0.21 0.05 0 0.44 194 0.12 0.51
Hex 72 89 90 15 5 0 2C C2 C 33
Octal 162 211 220 25 5 0 54 302 14 63
Binary 1110010 10001001 10010000 10101 101 0 101100 11000010 1100 110011

Color Harmonies of #728990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728990

Black with #728990

Text Example


Text Example

White with #728990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728990; }

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

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

background-color css

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

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

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

border-color css

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

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

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