Html Css Color HEX #7596AA Bermuda Grey

📋 copy color: '#7596AA'

red 117 ◦ green 150 ◦ blue 170

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

Shades of Bermuda Grey #7596AA

Tints of Bermuda Grey #7596AA

RGB

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

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

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

R = 26.77%
G = 34.32%
B = 38.9%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7596AA (or 0x7596AA) is known color: Bermuda Grey. HEX triplet: 75, 96 and AA. RGB value is (117,150,170). Sum of RGB (Red+Green+Blue) = 117+150+170=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #7596AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7596AA is #8A6955. Grayscale: #8E8E8E. Windows color (decimal): -9070934 or 11179637. OLE color: 11179637.

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

Color convert

RGB 117 150 170 -
CMYK 0.31 0.12 0 0.33
HSL 202.64º 0.24% 0.56% -
HSV(B) 202.64º 0.31% 0.67% -
XYZ 25.5 28.5 42.19 -
YUV 142.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 117 150 170 0.31 0.12 0 0.33 202.64 0.24 0.56
Hex 75 96 AA 1F C 0 21 CB 18 38
Octal 165 226 252 37 14 0 41 313 30 70
Binary 1110101 10010110 10101010 11111 1100 0 100001 11001011 11000 111000

Color Harmonies of #7596AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7596AA

Black with #7596AA

Text Example


Text Example

White with #7596AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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