#72759C

Color #72759C Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #72759C

Tints of Chetwode Blue #72759C

Color information

#72759C (or 0x72759C) is unknown color: approx Chetwode Blue. HEX triplet: 72, 75 and 9C. RGB value is (114,117,156). Sum of RGB (Red+Green+Blue) = 114+117+156=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #72759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72759C is #8D8A63. Grayscale: #787878. Windows color (decimal): -9276004 or 10253682. OLE color: 10253682.

HSL color Cylindrical-coordinate representation of color #72759C: hue angle of 235.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72759C is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114117156-
CMYK0.270.2500.39
HSL235.71º17.5%52.94%-
HSV(B)235.71º26.92%61.18%-
XYZ19.318.734.04-
YUV120.55148.01123.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=29.46%
G=30.23%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141171560.270.2500.39235.7117.552.94
Hex72759C1B19027ec1235
Octal16216523433310473542265
Binary1110010111010110011100110111100101001111110110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72759C; }

 p { color: rgb(114,117,156); }

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

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

 a { background-color: rgb(114,117,156); }

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

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

 span { border-color: rgb(114,117,156); }

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