Html Css Color HEX #769BAC Bali Hai

📋 copy color: '#769BAC'

red 118 ◦ green 155 ◦ blue 172

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

Shades of Bali Hai #769BAC

Tints of Bali Hai #769BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.83%

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

R = 26.52%
G = 34.83%
B = 38.65%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#769BAC (or 0x769BAC) is known color: Bali Hai. HEX triplet: 76, 9B and AC. RGB value is (118,155,172). Sum of RGB (Red+Green+Blue) = 118+155+172=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #769BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BAC is #896453. Grayscale: #919191. Windows color (decimal): -9004116 or 11311990. OLE color: 11311990.

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

Color convert

RGB 118 155 172 -
CMYK 0.31 0.10 0 0.33
HSL 198.89º 0.25% 0.57% -
HSV(B) 198.89º 0.31% 0.67% -
XYZ 26.64 30.27 43.47 -
YUV 145.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 118 155 172 0.31 0.10 0 0.33 198.89 0.25 0.57
Hex 76 9B AC 1F A 0 21 C7 19 39
Octal 166 233 254 37 12 0 41 307 31 71
Binary 1110110 10011011 10101100 11111 1010 0 100001 11000111 11001 111001

Color Harmonies of #769BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BAC

Black with #769BAC

Text Example


Text Example

White with #769BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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