Html Css Color HEX #7590AA Bermuda Grey

📋 copy color: '#7590AA'

red 117 ◦ green 144 ◦ blue 170

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

Shades of Bermuda Grey #7590AA

Tints of Bermuda Grey #7590AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

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

R = 27.15%
G = 33.41%
B = 39.44%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7590AA (or 0x7590AA) is known color: Bermuda Grey. HEX triplet: 75, 90 and AA. RGB value is (117,144,170). Sum of RGB (Red+Green+Blue) = 117+144+170=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #7590AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7590AA is #8A6F55. Grayscale: #8A8A8A. Windows color (decimal): -9072470 or 11178101. OLE color: 11178101.

HSL color Cylindrical-coordinate representation of color #7590AA: hue angle of 209.43º 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 #7590AA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 144 170 -
CMYK 0.31 0.15 0 0.33
HSL 209.43º 0.24% 0.56% -
HSV(B) 209.43º 0.31% 0.67% -
XYZ 24.57 26.63 41.88 -
YUV 138.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 117 144 170 0.31 0.15 0 0.33 209.43 0.24 0.56
Hex 75 90 AA 1F F 0 21 D1 18 38
Octal 165 220 252 37 17 0 41 321 30 70
Binary 1110101 10010000 10101010 11111 1111 0 100001 11010001 11000 111000

Color Harmonies of #7590AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7590AA

Black with #7590AA

Text Example


Text Example

White with #7590AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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