#72969F

Color #72969F Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #72969F

Tints of Bermuda Grey #72969F

Color information

#72969F (or 0x72969F) is unknown color: approx Bermuda Grey. HEX triplet: 72, 96 and 9F. RGB value is (114,150,159). Sum of RGB (Red+Green+Blue) = 114+150+159=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #72969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72969F is #8D6960. Grayscale: #8C8C8C. Windows color (decimal): -9267553 or 10458738. OLE color: 10458738.

HSL color Cylindrical-coordinate representation of color #72969F: hue angle of 192º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72969F is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114150159-
CMYK0.280.0600.38
HSL192º18.99%53.53%-
HSV(B)192º28.3%62.35%-
XYZ24.127.8936.91-
YUV140.26138.57109.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=26.95%
G=35.46%
B=37.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141501590.280.0600.3819218.9953.53
Hex72969F1C6026c01336
Octal1622262373460463002366
Binary111001010010110100111111110011001001101100000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72969F; }

 p { color: rgb(114,150,159); }

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

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

 a { background-color: rgb(114,150,159); }

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

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

 span { border-color: rgb(114,150,159); }

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