Html Css Color HEX #7796AA Bali Hai

📋 copy color: '#7796AA'

red 119 ◦ green 150 ◦ blue 170

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

Shades of Bali Hai #7796AA

Tints of Bali Hai #7796AA

RGB

 RED value IS 119 (46.88% from 255) = 27.11%

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

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

R = 27.11%
G = 34.17%
B = 38.72%

CMYK

 C value IS 0.3

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7796AA (or 0x7796AA) is known color: Bali Hai. HEX triplet: 77, 96 and AA. RGB value is (119,150,170). Sum of RGB (Red+Green+Blue) = 119+150+170=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #7796AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7796AA is #886955. Grayscale: #8E8E8E. Windows color (decimal): -8939862 or 11179639. OLE color: 11179639.

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

Color convert

RGB 119 150 170 -
CMYK 0.3 0.12 0 0.33
HSL 203.53º 0.23% 0.57% -
HSV(B) 203.53º 0.3% 0.67% -
XYZ 25.77 28.64 42.2 -
YUV 143.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 119 150 170 0.3 0.12 0 0.33 203.53 0.23 0.57
Hex 77 96 AA 1E C 0 21 CC 17 39
Octal 167 226 252 36 14 0 41 314 27 71
Binary 1110111 10010110 10101010 11110 1100 0 100001 11001100 10111 111001

Color Harmonies of #7796AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796AA

Black with #7796AA

Text Example


Text Example

White with #7796AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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