Html Css Color HEX #72909F Bermuda Grey

📋 copy color: '#72909F'

red 114 ◦ green 144 ◦ blue 159

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

Shades of Bermuda Grey #72909F

Tints of Bermuda Grey #72909F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 27.34%
G = 34.53%
B = 38.13%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72909F (or 0x72909F) is known color: Bermuda Grey. HEX triplet: 72, 90 and 9F. RGB value is (114,144,159). Sum of RGB (Red+Green+Blue) = 114+144+159=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #72909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72909F is #8D6F60. Grayscale: #888888. Windows color (decimal): -9269089 or 10457202. OLE color: 10457202.

HSL color Cylindrical-coordinate representation of color #72909F: hue angle of 200º 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 #72909F is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 144 159 -
CMYK 0.28 0.09 0 0.38
HSL 200º 0.19% 0.54% -
HSV(B) 200º 0.28% 0.62% -
XYZ 23.17 26.03 36.6 -
YUV 136.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 114 144 159 0.28 0.09 0 0.38 200 0.19 0.54
Hex 72 90 9F 1C 9 0 26 C8 13 36
Octal 162 220 237 34 11 0 46 310 23 66
Binary 1110010 10010000 10011111 11100 1001 0 100110 11001000 10011 110110

Color Harmonies of #72909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72909F

Black with #72909F

Text Example


Text Example

White with #72909F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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