Html Css Color HEX #72949F Bermuda Grey

📋 copy color: '#72949F'

red 114 ◦ green 148 ◦ blue 159

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

Shades of Bermuda Grey #72949F

Tints of Bermuda Grey #72949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 27.08%
G = 35.15%
B = 37.77%

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

#72949F (or 0x72949F) is known color: Bermuda Grey. HEX triplet: 72, 94 and 9F. RGB value is (114,148,159). Sum of RGB (Red+Green+Blue) = 114+148+159=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 159 - color contains mainly: blue. Hex color #72949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72949F is #8D6B60. Grayscale: #8B8B8B. Windows color (decimal): -9268065 or 10458226. OLE color: 10458226.

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

Color convert

RGB 114 148 159 -
CMYK 0.28 0.07 0 0.38
HSL 194.67º 0.19% 0.54% -
HSV(B) 194.67º 0.28% 0.62% -
XYZ 23.79 27.26 36.81 -
YUV 139.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 114 148 159 0.28 0.07 0 0.38 194.67 0.19 0.54
Hex 72 94 9F 1C 7 0 26 C3 13 36
Octal 162 224 237 34 7 0 46 303 23 66
Binary 1110010 10010100 10011111 11100 111 0 100110 11000011 10011 110110

Color Harmonies of #72949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72949F

Black with #72949F

Text Example


Text Example

White with #72949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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