Html Css Color HEX #73949C Bermuda Grey

📋 copy color: '#73949C'

red 115 ◦ green 148 ◦ blue 156

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

Shades of Bermuda Grey #73949C

Tints of Bermuda Grey #73949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 27.45%
G = 35.32%
B = 37.23%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73949C (or 0x73949C) is known color: Bermuda Grey. HEX triplet: 73, 94 and 9C. RGB value is (115,148,156). Sum of RGB (Red+Green+Blue) = 115+148+156=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #73949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73949C is #8C6B63. Grayscale: #8A8A8A. Windows color (decimal): -9202532 or 10261619. OLE color: 10261619.

HSL color Cylindrical-coordinate representation of color #73949C: hue angle of 191.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73949C is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 148 156 -
CMYK 0.26 0.05 0 0.39
HSL 191.71º 0.17% 0.53% -
HSV(B) 191.71º 0.26% 0.61% -
XYZ 23.66 27.22 35.46 -
YUV 139.05 137.57 110.85 -
System Red Green Blue C M Y K H S L
Decimal 115 148 156 0.26 0.05 0 0.39 191.71 0.17 0.53
Hex 73 94 9C 1A 5 0 27 C0 11 35
Octal 163 224 234 32 5 0 47 300 21 65
Binary 1110011 10010100 10011100 11010 101 0 100111 11000000 10001 110101

Color Harmonies of #73949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73949C

Black with #73949C

Text Example


Text Example

White with #73949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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