Html Css Color HEX #769BA5 Bali Hai

📋 copy color: '#769BA5'

red 118 ◦ green 155 ◦ blue 165

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

Shades of Bali Hai #769BA5

Tints of Bali Hai #769BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.67%

R = 26.94%
G = 35.39%
B = 37.67%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#769BA5 (or 0x769BA5) is known color: Bali Hai. HEX triplet: 76, 9B and A5. RGB value is (118,155,165). Sum of RGB (Red+Green+Blue) = 118+155+165=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 165 - color contains mainly: blue. Hex color #769BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BA5 is #89645A. Grayscale: #919191. Windows color (decimal): -9004123 or 10853238. OLE color: 10853238.

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

Color convert

RGB 118 155 165 -
CMYK 0.28 0.06 0 0.35
HSL 192.77º 0.21% 0.55% -
HSV(B) 192.77º 0.28% 0.65% -
XYZ 25.98 30.01 40.02 -
YUV 145.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 118 155 165 0.28 0.06 0 0.35 192.77 0.21 0.55
Hex 76 9B A5 1C 6 0 23 C1 15 37
Octal 166 233 245 34 6 0 43 301 25 67
Binary 1110110 10011011 10100101 11100 110 0 100011 11000001 10101 110111

Color Harmonies of #769BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BA5

Black with #769BA5

Text Example


Text Example

White with #769BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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