Html Css Color HEX #7696AC Bali Hai

📋 copy color: '#7696AC'

red 118 ◦ green 150 ◦ blue 172

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

Shades of Bali Hai #7696AC

Tints of Bali Hai #7696AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.09%

R = 26.82%
G = 34.09%
B = 39.09%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7696AC (or 0x7696AC) is known color: Bali Hai. HEX triplet: 76, 96 and AC. RGB value is (118,150,172). Sum of RGB (Red+Green+Blue) = 118+150+172=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #7696AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7696AC is #896953. Grayscale: #8E8E8E. Windows color (decimal): -9005396 or 11310710. OLE color: 11310710.

HSL color Cylindrical-coordinate representation of color #7696AC: hue angle of 204.44º degrees, saturation: 0.25, 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 #7696AC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 150 172 -
CMYK 0.31 0.13 0 0.33
HSL 204.44º 0.25% 0.57% -
HSV(B) 204.44º 0.31% 0.67% -
XYZ 25.82 28.64 43.2 -
YUV 142.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 118 150 172 0.31 0.13 0 0.33 204.44 0.25 0.57
Hex 76 96 AC 1F D 0 21 CC 19 39
Octal 166 226 254 37 15 0 41 314 31 71
Binary 1110110 10010110 10101100 11111 1101 0 100001 11001100 11001 111001

Color Harmonies of #7696AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696AC

Black with #7696AC

Text Example


Text Example

White with #7696AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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