Html Css Color HEX #7593AA Bermuda Grey

📋 copy color: '#7593AA'

red 117 ◦ green 147 ◦ blue 170

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

Shades of Bermuda Grey #7593AA

Tints of Bermuda Grey #7593AA

RGB

 RED value IS 117 (46.09% from 255) = 26.96%

 GREEN value IS 147 (57.81% from 255) = 33.87%

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

R = 26.96%
G = 33.87%
B = 39.17%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7593AA (or 0x7593AA) is known color: Bermuda Grey. HEX triplet: 75, 93 and AA. RGB value is (117,147,170). Sum of RGB (Red+Green+Blue) = 117+147+170=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #7593AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7593AA is #8A6C55. Grayscale: #8C8C8C. Windows color (decimal): -9071702 or 11178869. OLE color: 11178869.

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

Color convert

RGB 117 147 170 -
CMYK 0.31 0.14 0 0.33
HSL 206.04º 0.24% 0.56% -
HSV(B) 206.04º 0.31% 0.67% -
XYZ 25.03 27.55 42.03 -
YUV 140.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 117 147 170 0.31 0.14 0 0.33 206.04 0.24 0.56
Hex 75 93 AA 1F E 0 21 CE 18 38
Octal 165 223 252 37 16 0 41 316 30 70
Binary 1110101 10010011 10101010 11111 1110 0 100001 11001110 11000 111000

Color Harmonies of #7593AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7593AA

Black with #7593AA

Text Example


Text Example

White with #7593AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,147,170); }

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

background-color css

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

 a { background-color: rgb(117,147,170); }

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

border-color css

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

 span { border-color: rgb(117,147,170); }

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