Html Css Color HEX #7698AA Bali Hai

📋 copy color: '#7698AA'

red 118 ◦ green 152 ◦ blue 170

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

Shades of Bali Hai #7698AA

Tints of Bali Hai #7698AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.55%

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

R = 26.82%
G = 34.55%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7698AA (or 0x7698AA) is known color: Bali Hai. HEX triplet: 76, 98 and AA. RGB value is (118,152,170). Sum of RGB (Red+Green+Blue) = 118+152+170=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #7698AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7698AA is #896755. Grayscale: #8F8F8F. Windows color (decimal): -9004886 or 11180150. OLE color: 11180150.

HSL color Cylindrical-coordinate representation of color #7698AA: hue angle of 200.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7698AA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 152 170 -
CMYK 0.31 0.11 0 0.33
HSL 200.77º 0.23% 0.56% -
HSV(B) 200.77º 0.31% 0.67% -
XYZ 25.96 29.21 42.3 -
YUV 143.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 118 152 170 0.31 0.11 0 0.33 200.77 0.23 0.56
Hex 76 98 AA 1F B 0 21 C9 17 38
Octal 166 230 252 37 13 0 41 311 27 70
Binary 1110110 10011000 10101010 11111 1011 0 100001 11001001 10111 111000

Color Harmonies of #7698AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698AA

Black with #7698AA

Text Example


Text Example

White with #7698AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,152,170); }

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

background-color css

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

 a { background-color: rgb(118,152,170); }

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

border-color css

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

 span { border-color: rgb(118,152,170); }

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