Html Css Color HEX #769AA6 Bali Hai

📋 copy color: '#769AA6'

red 118 ◦ green 154 ◦ blue 166

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

Shades of Bali Hai #769AA6

Tints of Bali Hai #769AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.9%

R = 26.94%
G = 35.16%
B = 37.9%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#769AA6 (or 0x769AA6) is known color: Bali Hai. HEX triplet: 76, 9A and A6. RGB value is (118,154,166). Sum of RGB (Red+Green+Blue) = 118+154+166=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 166 - color contains mainly: blue. Hex color #769AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AA6 is #896559. Grayscale: #909090. Windows color (decimal): -9004378 or 10918518. OLE color: 10918518.

HSL color Cylindrical-coordinate representation of color #769AA6: hue angle of 195º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #769AA6 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 154 166 -
CMYK 0.29 0.07 0 0.35
HSL 195º 0.21% 0.56% -
HSV(B) 195º 0.29% 0.65% -
XYZ 25.91 29.72 40.45 -
YUV 144.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 118 154 166 0.29 0.07 0 0.35 195 0.21 0.56
Hex 76 9A A6 1D 7 0 23 C3 15 38
Octal 166 232 246 35 7 0 43 303 25 70
Binary 1110110 10011010 10100110 11101 111 0 100011 11000011 10101 111000

Color Harmonies of #769AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AA6

Black with #769AA6

Text Example


Text Example

White with #769AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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