Html Css Color HEX #7796AB Bali Hai

📋 copy color: '#7796AB'

red 119 ◦ green 150 ◦ blue 171

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

Shades of Bali Hai #7796AB

Tints of Bali Hai #7796AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 27.05%
G = 34.09%
B = 38.86%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7796AB (or 0x7796AB) is known color: Bali Hai. HEX triplet: 77, 96 and AB. RGB value is (119,150,171). Sum of RGB (Red+Green+Blue) = 119+150+171=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #7796AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7796AB is #886954. Grayscale: #8F8F8F. Windows color (decimal): -8939861 or 11245175. OLE color: 11245175.

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

Color convert

RGB 119 150 171 -
CMYK 0.30 0.12 0 0.33
HSL 204.23º 0.24% 0.57% -
HSV(B) 204.23º 0.3% 0.67% -
XYZ 25.86 28.67 42.7 -
YUV 143.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 119 150 171 0.30 0.12 0 0.33 204.23 0.24 0.57
Hex 77 96 AB 1E C 0 21 CC 18 39
Octal 167 226 253 36 14 0 41 314 30 71
Binary 1110111 10010110 10101011 11110 1100 0 100001 11001100 11000 111001

Color Harmonies of #7796AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796AB

Black with #7796AB

Text Example


Text Example

White with #7796AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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