Html Css Color HEX #728993 Gothic

📋 copy color: '#728993'

red 114 ◦ green 137 ◦ blue 147

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

Shades of Gothic #728993

Tints of Gothic #728993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.93%

R = 28.64%
G = 34.42%
B = 36.93%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#728993 (or 0x728993) is known color: Gothic. HEX triplet: 72, 89 and 93. RGB value is (114,137,147). Sum of RGB (Red+Green+Blue) = 114+137+147=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #728993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728993 is #8D766C. Grayscale: #838383. Windows color (decimal): -9270893 or 9668978. OLE color: 9668978.

HSL color Cylindrical-coordinate representation of color #728993: hue angle of 198.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728993 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 137 147 -
CMYK 0.22 0.07 0 0.42
HSL 198.18º 0.13% 0.51% -
HSV(B) 198.18º 0.22% 0.58% -
XYZ 21.15 23.58 31.04 -
YUV 131.26 136.88 115.69 -
System Red Green Blue C M Y K H S L
Decimal 114 137 147 0.22 0.07 0 0.42 198.18 0.13 0.51
Hex 72 89 93 16 7 0 2A C6 D 33
Octal 162 211 223 26 7 0 52 306 15 63
Binary 1110010 10001001 10010011 10110 111 0 101010 11000110 1101 110011

Color Harmonies of #728993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728993

Black with #728993

Text Example


Text Example

White with #728993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728993; }

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

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

background-color css

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

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

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

border-color css

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

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

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