Html Css Color HEX #7595AC Bermuda Grey

📋 copy color: '#7595AC'

red 117 ◦ green 149 ◦ blue 172

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

Shades of Bermuda Grey #7595AC

Tints of Bermuda Grey #7595AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.02%

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

R = 26.71%
G = 34.02%
B = 39.27%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7595AC (or 0x7595AC) is known color: Bermuda Grey. HEX triplet: 75, 95 and AC. RGB value is (117,149,172). Sum of RGB (Red+Green+Blue) = 117+149+172=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #7595AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7595AC is #8A6A53. Grayscale: #8D8D8D. Windows color (decimal): -9071188 or 11310453. OLE color: 11310453.

HSL color Cylindrical-coordinate representation of color #7595AC: hue angle of 205.09º 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 #7595AC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 149 172 -
CMYK 0.32 0.13 0 0.33
HSL 205.09º 0.25% 0.57% -
HSV(B) 205.09º 0.32% 0.67% -
XYZ 25.53 28.26 43.14 -
YUV 142.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 117 149 172 0.32 0.13 0 0.33 205.09 0.25 0.57
Hex 75 95 AC 20 D 0 21 CD 19 39
Octal 165 225 254 40 15 0 41 315 31 71
Binary 1110101 10010101 10101100 100000 1101 0 100001 11001101 11001 111001

Color Harmonies of #7595AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7595AC

Black with #7595AC

Text Example


Text Example

White with #7595AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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