Html Css Color HEX #769DAC Bali Hai

📋 copy color: '#769DAC'

red 118 ◦ green 157 ◦ blue 172

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

Shades of Bali Hai #769DAC

Tints of Bali Hai #769DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.12%

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

R = 26.4%
G = 35.12%
B = 38.48%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#769DAC (or 0x769DAC) is known color: Bali Hai. HEX triplet: 76, 9D and AC. RGB value is (118,157,172). Sum of RGB (Red+Green+Blue) = 118+157+172=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #769DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769DAC is #896253. Grayscale: #929292. Windows color (decimal): -9003604 or 11312502. OLE color: 11312502.

HSL color Cylindrical-coordinate representation of color #769DAC: hue angle of 196.67º 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 #769DAC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 157 172 -
CMYK 0.31 0.09 0 0.33
HSL 196.67º 0.25% 0.57% -
HSV(B) 196.67º 0.31% 0.67% -
XYZ 26.97 30.94 43.58 -
YUV 147.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 118 157 172 0.31 0.09 0 0.33 196.67 0.25 0.57
Hex 76 9D AC 1F 9 0 21 C5 19 39
Octal 166 235 254 37 11 0 41 305 31 71
Binary 1110110 10011101 10101100 11111 1001 0 100001 11000101 11001 111001

Color Harmonies of #769DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DAC

Black with #769DAC

Text Example


Text Example

White with #769DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769DAC; }

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

 H1.HeaderClassName
 {
   color: #769DAC;
 }
 .AnyTagClassName
 {
   color: #769DAC;
 }
</style>

background-color css

<style>
 a { background-color: #769DAC; }

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

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

border-color css

<style>
 span { border-color: #769DAC; }

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

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