Html Css Color HEX #72909D Bermuda Grey

📋 copy color: '#72909D'

red 114 ◦ green 144 ◦ blue 157

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

Shades of Bermuda Grey #72909D

Tints of Bermuda Grey #72909D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 27.47%
G = 34.7%
B = 37.83%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72909D (or 0x72909D) is known color: Bermuda Grey. HEX triplet: 72, 90 and 9D. RGB value is (114,144,157). Sum of RGB (Red+Green+Blue) = 114+144+157=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #72909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72909D is #8D6F62. Grayscale: #888888. Windows color (decimal): -9269091 or 10326130. OLE color: 10326130.

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

Color convert

RGB 114 144 157 -
CMYK 0.27 0.08 0 0.38
HSL 198.14º 0.18% 0.53% -
HSV(B) 198.14º 0.27% 0.62% -
XYZ 23 25.96 35.7 -
YUV 136.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 114 144 157 0.27 0.08 0 0.38 198.14 0.18 0.53
Hex 72 90 9D 1B 8 0 26 C6 12 35
Octal 162 220 235 33 10 0 46 306 22 65
Binary 1110010 10010000 10011101 11011 1000 0 100110 11000110 10010 110101

Color Harmonies of #72909D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72909D

Black with #72909D

Text Example


Text Example

White with #72909D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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