Html Css Color HEX #769AAC Bali Hai

📋 copy color: '#769AAC'

red 118 ◦ green 154 ◦ blue 172

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

Shades of Bali Hai #769AAC

Tints of Bali Hai #769AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.68%

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

R = 26.58%
G = 34.68%
B = 38.74%

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

#769AAC (or 0x769AAC) is known color: Bali Hai. HEX triplet: 76, 9A and AC. RGB value is (118,154,172). Sum of RGB (Red+Green+Blue) = 118+154+172=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #769AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AAC is #896553. Grayscale: #919191. Windows color (decimal): -9004372 or 11311734. OLE color: 11311734.

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

Color convert

RGB 118 154 172 -
CMYK 0.31 0.10 0 0.33
HSL 200º 0.25% 0.57% -
HSV(B) 200º 0.31% 0.67% -
XYZ 26.47 29.94 43.41 -
YUV 145.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 118 154 172 0.31 0.10 0 0.33 200 0.25 0.57
Hex 76 9A AC 1F A 0 21 C8 19 39
Octal 166 232 254 37 12 0 41 310 31 71
Binary 1110110 10011010 10101100 11111 1010 0 100001 11001000 11001 111001

Color Harmonies of #769AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AAC

Black with #769AAC

Text Example


Text Example

White with #769AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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