Html Css Color HEX #73959D Bermuda Grey

📋 copy color: '#73959D'

red 115 ◦ green 149 ◦ blue 157

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

Shades of Bermuda Grey #73959D

Tints of Bermuda Grey #73959D

RGB

 RED value IS 115 (45.31% from 255) = 27.32%

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

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

R = 27.32%
G = 35.39%
B = 37.29%

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

#73959D (or 0x73959D) is known color: Bermuda Grey. HEX triplet: 73, 95 and 9D. RGB value is (115,149,157). Sum of RGB (Red+Green+Blue) = 115+149+157=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #73959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73959D is #8C6A62. Grayscale: #8B8B8B. Windows color (decimal): -9202275 or 10327411. OLE color: 10327411.

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

Color convert

RGB 115 149 157 -
CMYK 0.27 0.05 0 0.38
HSL 191.43º 0.18% 0.53% -
HSV(B) 191.43º 0.27% 0.62% -
XYZ 23.9 27.57 35.96 -
YUV 139.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 115 149 157 0.27 0.05 0 0.38 191.43 0.18 0.53
Hex 73 95 9D 1B 5 0 26 BF 12 35
Octal 163 225 235 33 5 0 46 277 22 65
Binary 1110011 10010101 10011101 11011 101 0 100110 10111111 10010 110101

Color Harmonies of #73959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73959D

Black with #73959D

Text Example


Text Example

White with #73959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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