Html Css Color HEX #72909B Bermuda Grey

📋 copy color: '#72909B'

red 114 ◦ green 144 ◦ blue 155

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

Shades of Bermuda Grey #72909B

Tints of Bermuda Grey #72909B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 27.6%
G = 34.87%
B = 37.53%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72909B (or 0x72909B) is known color: Bermuda Grey. HEX triplet: 72, 90 and 9B. RGB value is (114,144,155). Sum of RGB (Red+Green+Blue) = 114+144+155=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #72909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72909B is #8D6F64. Grayscale: #888888. Windows color (decimal): -9269093 or 10195058. OLE color: 10195058.

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

Color convert

RGB 114 144 155 -
CMYK 0.26 0.07 0 0.39
HSL 196.1º 0.17% 0.53% -
HSV(B) 196.1º 0.26% 0.61% -
XYZ 22.83 25.89 34.8 -
YUV 136.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 114 144 155 0.26 0.07 0 0.39 196.1 0.17 0.53
Hex 72 90 9B 1A 7 0 27 C4 11 35
Octal 162 220 233 32 7 0 47 304 21 65
Binary 1110010 10010000 10011011 11010 111 0 100111 11000100 10001 110101

Color Harmonies of #72909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72909B

Black with #72909B

Text Example


Text Example

White with #72909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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