Html Css Color HEX #72959F Bermuda Grey

📋 copy color: '#72959F'

red 114 ◦ green 149 ◦ blue 159

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

Shades of Bermuda Grey #72959F

Tints of Bermuda Grey #72959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

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

R = 27.01%
G = 35.31%
B = 37.68%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72959F (or 0x72959F) is known color: Bermuda Grey. HEX triplet: 72, 95 and 9F. RGB value is (114,149,159). Sum of RGB (Red+Green+Blue) = 114+149+159=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #72959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72959F is #8D6A60. Grayscale: #8B8B8B. Windows color (decimal): -9267809 or 10458482. OLE color: 10458482.

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

Color convert

RGB 114 149 159 -
CMYK 0.28 0.06 0 0.38
HSL 193.33º 0.19% 0.54% -
HSV(B) 193.33º 0.28% 0.62% -
XYZ 23.94 27.58 36.86 -
YUV 139.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 114 149 159 0.28 0.06 0 0.38 193.33 0.19 0.54
Hex 72 95 9F 1C 6 0 26 C1 13 36
Octal 162 225 237 34 6 0 46 301 23 66
Binary 1110010 10010101 10011111 11100 110 0 100110 11000001 10011 110110

Color Harmonies of #72959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72959F

Black with #72959F

Text Example


Text Example

White with #72959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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