#72919a

Color #72919A Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #72919A

Tints of Gothic #72919A

Color information

#72919A (or 0x72919A) is unknown color: approx Gothic. HEX triplet: 72, 91 and 9A. RGB value is (114,145,154). Sum of RGB (Red+Green+Blue) = 114+145+154=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 154 - color contains mainly: blue. Hex color #72919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72919A is #8D6E65. Grayscale: #888888. Windows color (decimal): -9268838 or 10129778. OLE color: 10129778.

HSL color Cylindrical-coordinate representation of color #72919A: hue angle of 193.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72919A is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114145154-
CMYK0.260.0600.40
HSL193.5º16.53%52.55%-
HSV(B)193.5º25.97%60.39%-
XYZ22.926.1634.41-
YUV136.76137.73111.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 145 (57.03% from 255) = 35.11%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=27.60%
G=35.11%
B=37.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141451540.260.0600.40193.516.5352.55
Hex72919A1A6028c11135
Octal1622212323260503012165
Binary111001010010001100110101101011001010001100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72919a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72919a; }

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

 H1.HeaderClassName
 {
   color: #72919a;
 }
 .AnyTagClassName
 {
   color: #72919a;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #72919a;
 }
 .BgClassName
 {
   background-color: #72919a;
 }
</style>
border-color css

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

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

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