Html Css Color HEX #72939E Bermuda Grey

📋 copy color: '#72939E'

red 114 ◦ green 147 ◦ blue 158

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

Shades of Bermuda Grey #72939E

Tints of Bermuda Grey #72939E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 27.21%
G = 35.08%
B = 37.71%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72939E (or 0x72939E) is known color: Bermuda Grey. HEX triplet: 72, 93 and 9E. RGB value is (114,147,158). Sum of RGB (Red+Green+Blue) = 114+147+158=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #72939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72939E is #8D6C61. Grayscale: #8A8A8A. Windows color (decimal): -9268322 or 10392434. OLE color: 10392434.

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

Color convert

RGB 114 147 158 -
CMYK 0.28 0.07 0 0.38
HSL 195º 0.18% 0.53% -
HSV(B) 195º 0.28% 0.62% -
XYZ 23.54 26.91 36.3 -
YUV 138.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 114 147 158 0.28 0.07 0 0.38 195 0.18 0.53
Hex 72 93 9E 1C 7 0 26 C3 12 35
Octal 162 223 236 34 7 0 46 303 22 65
Binary 1110010 10010011 10011110 11100 111 0 100110 11000011 10010 110101

Color Harmonies of #72939E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72939E

Black with #72939E

Text Example


Text Example

White with #72939E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72939E;
 }
 .AnyTagClassName
 {
   color: #72939E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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