#72969E

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

Shades of Bermuda Grey #72969E

Tints of Bermuda Grey #72969E

Color information

#72969E (or 0x72969E) is unknown color: approx Bermuda Grey. HEX triplet: 72, 96 and 9E. RGB value is (114,150,158). Sum of RGB (Red+Green+Blue) = 114+150+158=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #72969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72969E is #8D6961. Grayscale: #8C8C8C. Windows color (decimal): -9267554 or 10393202. OLE color: 10393202.

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

Color convert

RGB114150158-
CMYK0.280.0500.38
HSL190.91º18.49%53.33%-
HSV(B)190.91º27.85%61.96%-
XYZ24.0227.8636.46-
YUV140.15138.07109.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=27.01%
G=35.55%
B=37.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141501580.280.0500.38190.9118.4953.33
Hex72969E1C5026bf1235
Octal1622262363450462772265
Binary111001010010110100111101110010101001101011111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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