Html Css Color HEX #72959D Bermuda Grey

📋 copy color: '#72959D'

red 114 ◦ green 149 ◦ blue 157

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

Shades of Bermuda Grey #72959D

Tints of Bermuda Grey #72959D

RGB

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

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

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

R = 27.14%
G = 35.48%
B = 37.38%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72959D (or 0x72959D) is known color: Bermuda Grey. HEX triplet: 72, 95 and 9D. RGB value is (114,149,157). Sum of RGB (Red+Green+Blue) = 114+149+157=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 157 - color contains mainly: blue. Hex color #72959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72959D is #8D6A62. Grayscale: #8B8B8B. Windows color (decimal): -9267811 or 10327410. OLE color: 10327410.

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

Color convert

RGB 114 149 157 -
CMYK 0.27 0.05 0 0.38
HSL 191.16º 0.18% 0.53% -
HSV(B) 191.16º 0.27% 0.62% -
XYZ 23.77 27.51 35.95 -
YUV 139.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 114 149 157 0.27 0.05 0 0.38 191.16 0.18 0.53
Hex 72 95 9D 1B 5 0 26 BF 12 35
Octal 162 225 235 33 5 0 46 277 22 65
Binary 1110010 10010101 10011101 11011 101 0 100110 10111111 10010 110101

Color Harmonies of #72959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72959D

Black with #72959D

Text Example


Text Example

White with #72959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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