#7797AA

Color #7797AA Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7797AA

Tints of Bali Hai #7797AA

Color information

#7797AA (or 0x7797AA) is unknown color: approx Bali Hai. HEX triplet: 77, 97 and AA. RGB value is (119,151,170). Sum of RGB (Red+Green+Blue) = 119+151+170=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 151 (59.38% from 255 or 34.32% 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 #7797AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7797AA is #886855. Grayscale: #8F8F8F. Windows color (decimal): -8939606 or 11179895. OLE color: 11179895.

HSL color Cylindrical-coordinate representation of color #7797AA: hue angle of 202.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7797AA is Cyan = 0.3, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119151170-
CMYK0.30.1100.33
HSL202.35º23.08%56.67%-
HSV(B)202.35º30%66.67%-
XYZ25.9328.9642.25-
YUV143.6142.9110.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=27.05%
G=34.32%
B=38.64%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191511700.30.1100.33202.3523.0856.67
Hex7797AA1EB021ca1739
Octal16722725236130413122771
Binary1110111100101111010101011110101101000011100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7797AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,151,170); }

 H1.HeaderClassName
 {
   color: #7797AA;
 }
 .AnyTagClassName
 {
   color: #7797AA;
 }
</style>
background-color css

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

 a { background-color: rgb(119,151,170); }

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

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

 span { border-color: rgb(119,151,170); }

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