Html Css Color HEX #73949D Bermuda Grey

📋 copy color: '#73949D'

red 115 ◦ green 148 ◦ blue 157

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

Shades of Bermuda Grey #73949D

Tints of Bermuda Grey #73949D

RGB

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

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

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

R = 27.38%
G = 35.24%
B = 37.38%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73949D (or 0x73949D) is known color: Bermuda Grey. HEX triplet: 73, 94 and 9D. RGB value is (115,148,157). Sum of RGB (Red+Green+Blue) = 115+148+157=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 148 (58.20% from 255 or 35.24% 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 #73949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73949D is #8C6B62. Grayscale: #8B8B8B. Windows color (decimal): -9202531 or 10327155. OLE color: 10327155.

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

Color convert

RGB 115 148 157 -
CMYK 0.27 0.06 0 0.38
HSL 192.86º 0.18% 0.53% -
HSV(B) 192.86º 0.27% 0.62% -
XYZ 23.75 27.26 35.91 -
YUV 139.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 115 148 157 0.27 0.06 0 0.38 192.86 0.18 0.53
Hex 73 94 9D 1B 6 0 26 C1 12 35
Octal 163 224 235 33 6 0 46 301 22 65
Binary 1110011 10010100 10011101 11011 110 0 100110 11000001 10010 110101

Color Harmonies of #73949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73949D

Black with #73949D

Text Example


Text Example

White with #73949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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