Html Css Color HEX #7797AA Bali Hai

📋 copy color: '#7797AA'

red 119 ◦ green 151 ◦ blue 170

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

Shades of Bali Hai #7797AA

Tints of Bali Hai #7797AA

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.8% from 255) = 38.64%

R = 27.05%
G = 34.32%
B = 38.64%

CMYK

 C value IS 0.3

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7797AA (or 0x7797AA) is known color: 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

RGB 119 151 170 -
CMYK 0.3 0.11 0 0.33
HSL 202.35º 0.23% 0.57% -
HSV(B) 202.35º 0.3% 0.67% -
XYZ 25.93 28.96 42.25 -
YUV 143.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 119 151 170 0.3 0.11 0 0.33 202.35 0.23 0.57
Hex 77 97 AA 1E B 0 21 CA 17 39
Octal 167 227 252 36 13 0 41 312 27 71
Binary 1110111 10010111 10101010 11110 1011 0 100001 11001010 10111 111001

Color Harmonies of #7797AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7797AA

Black with #7797AA

Text Example


Text Example

White with #7797AA

Text Example


Text Example

HTML Codes & Css Web 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>