Html Css Color HEX #7696AF Bali Hai

📋 copy color: '#7696AF'

red 118 ◦ green 150 ◦ blue 175

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

Shades of Bali Hai #7696AF

Tints of Bali Hai #7696AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 26.64%
G = 33.86%
B = 39.5%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7696AF (or 0x7696AF) is known color: Bali Hai. HEX triplet: 76, 96 and AF. RGB value is (118,150,175). Sum of RGB (Red+Green+Blue) = 118+150+175=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #7696AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7696AF is #896950. Grayscale: #8F8F8F. Windows color (decimal): -9005393 or 11507318. OLE color: 11507318.

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

Color convert

RGB 118 150 175 -
CMYK 0.33 0.14 0 0.31
HSL 206.32º 0.26% 0.57% -
HSV(B) 206.32º 0.33% 0.69% -
XYZ 26.12 28.76 44.73 -
YUV 143.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 118 150 175 0.33 0.14 0 0.31 206.32 0.26 0.57
Hex 76 96 AF 21 E 0 1F CE 1A 39
Octal 166 226 257 41 16 0 37 316 32 71
Binary 1110110 10010110 10101111 100001 1110 0 11111 11001110 11010 111001

Color Harmonies of #7696AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696AF

Black with #7696AF

Text Example


Text Example

White with #7696AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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