Html Css Color HEX #7599AA Bali Hai

📋 copy color: '#7599AA'

red 117 ◦ green 153 ◦ blue 170

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

Shades of Bali Hai #7599AA

Tints of Bali Hai #7599AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

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

R = 26.59%
G = 34.77%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7599AA (or 0x7599AA) is known color: Bali Hai. HEX triplet: 75, 99 and AA. RGB value is (117,153,170). Sum of RGB (Red+Green+Blue) = 117+153+170=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #7599AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7599AA is #8A6655. Grayscale: #909090. Windows color (decimal): -9070166 or 11180405. OLE color: 11180405.

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

Color convert

RGB 117 153 170 -
CMYK 0.31 0.1 0 0.33
HSL 199.25º 0.24% 0.56% -
HSV(B) 199.25º 0.31% 0.67% -
XYZ 25.98 29.47 42.35 -
YUV 144.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 117 153 170 0.31 0.1 0 0.33 199.25 0.24 0.56
Hex 75 99 AA 1F A 0 21 C7 18 38
Octal 165 231 252 37 12 0 41 307 30 70
Binary 1110101 10011001 10101010 11111 1010 0 100001 11000111 11000 111000

Color Harmonies of #7599AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7599AA

Black with #7599AA

Text Example


Text Example

White with #7599AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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