Html Css Color HEX #7590AC Bermuda Grey

📋 copy color: '#7590AC'

red 117 ◦ green 144 ◦ blue 172

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

Shades of Bermuda Grey #7590AC

Tints of Bermuda Grey #7590AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 27.02%
G = 33.26%
B = 39.72%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7590AC (or 0x7590AC) is known color: Bermuda Grey. HEX triplet: 75, 90 and AC. RGB value is (117,144,172). Sum of RGB (Red+Green+Blue) = 117+144+172=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #7590AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7590AC is #8A6F53. Grayscale: #8A8A8A. Windows color (decimal): -9072468 or 11309173. OLE color: 11309173.

HSL color Cylindrical-coordinate representation of color #7590AC: hue angle of 210.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7590AC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 144 172 -
CMYK 0.32 0.16 0 0.33
HSL 210.55º 0.25% 0.57% -
HSV(B) 210.55º 0.32% 0.67% -
XYZ 24.76 26.71 42.88 -
YUV 139.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 117 144 172 0.32 0.16 0 0.33 210.55 0.25 0.57
Hex 75 90 AC 20 10 0 21 D3 19 39
Octal 165 220 254 40 20 0 41 323 31 71
Binary 1110101 10010000 10101100 100000 10000 0 100001 11010011 11001 111001

Color Harmonies of #7590AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7590AC

Black with #7590AC

Text Example


Text Example

White with #7590AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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