Html Css Color HEX #7396AA Bermuda Grey

📋 copy color: '#7396AA'

red 115 ◦ green 150 ◦ blue 170

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

Shades of Bermuda Grey #7396AA

Tints of Bermuda Grey #7396AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.48%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 26.44%
G = 34.48%
B = 39.08%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7396AA (or 0x7396AA) is known color: Bermuda Grey. HEX triplet: 73, 96 and AA. RGB value is (115,150,170). Sum of RGB (Red+Green+Blue) = 115+150+170=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #7396AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7396AA is #8C6955. Grayscale: #8D8D8D. Windows color (decimal): -9202006 or 11179635. OLE color: 11179635.

HSL color Cylindrical-coordinate representation of color #7396AA: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7396AA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 150 170 -
CMYK 0.32 0.12 0 0.33
HSL 201.82º 0.24% 0.56% -
HSV(B) 201.82º 0.32% 0.67% -
XYZ 25.23 28.36 42.17 -
YUV 141.82 143.9 108.87 -
System Red Green Blue C M Y K H S L
Decimal 115 150 170 0.32 0.12 0 0.33 201.82 0.24 0.56
Hex 73 96 AA 20 C 0 21 CA 18 38
Octal 163 226 252 40 14 0 41 312 30 70
Binary 1110011 10010110 10101010 100000 1100 0 100001 11001010 11000 111000

Color Harmonies of #7396AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7396AA

Black with #7396AA

Text Example


Text Example

White with #7396AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7396AA; }

 p { color: rgb(115,150,170); }

 H1.HeaderClassName
 {
   color: #7396AA;
 }
 .AnyTagClassName
 {
   color: #7396AA;
 }
</style>

background-color css

<style>
 a { background-color: #7396AA; }

 a { background-color: rgb(115,150,170); }

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

border-color css

<style>
 span { border-color: #7396AA; }

 span { border-color: rgb(115,150,170); }

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