Html Css Color HEX #7696AB Bali Hai

📋 copy color: '#7696AB'

red 118 ◦ green 150 ◦ blue 171

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

Shades of Bali Hai #7696AB

Tints of Bali Hai #7696AB

RGB

 RED value IS 118 (46.48% from 255) = 26.88%

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

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

R = 26.88%
G = 34.17%
B = 38.95%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7696AB (or 0x7696AB) is known color: Bali Hai. HEX triplet: 76, 96 and AB. RGB value is (118,150,171). Sum of RGB (Red+Green+Blue) = 118+150+171=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #7696AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7696AB is #896954. Grayscale: #8E8E8E. Windows color (decimal): -9005397 or 11245174. OLE color: 11245174.

HSL color Cylindrical-coordinate representation of color #7696AB: hue angle of 203.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7696AB is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 150 171 -
CMYK 0.31 0.12 0 0.33
HSL 203.77º 0.24% 0.57% -
HSV(B) 203.77º 0.31% 0.67% -
XYZ 25.73 28.6 42.69 -
YUV 142.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 118 150 171 0.31 0.12 0 0.33 203.77 0.24 0.57
Hex 76 96 AB 1F C 0 21 CC 18 39
Octal 166 226 253 37 14 0 41 314 30 71
Binary 1110110 10010110 10101011 11111 1100 0 100001 11001100 11000 111001

Color Harmonies of #7696AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696AB

Black with #7696AB

Text Example


Text Example

White with #7696AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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