Html Css Color HEX #76A1B1 Bali Hai

📋 copy color: '#76A1B1'

red 118 ◦ green 161 ◦ blue 177

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

Shades of Bali Hai #76A1B1

Tints of Bali Hai #76A1B1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.31%

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 25.88%
G = 35.31%
B = 38.82%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#76A1B1 (or 0x76A1B1) is known color: Bali Hai. HEX triplet: 76, A1 and B1. RGB value is (118,161,177). Sum of RGB (Red+Green+Blue) = 118+161+177=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 177 - color contains mainly: blue. Hex color #76A1B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A1B1 is #895E4E. Grayscale: #959595. Windows color (decimal): -9002575 or 11641206. OLE color: 11641206.

HSL color Cylindrical-coordinate representation of color #76A1B1: hue angle of 196.27º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76A1B1 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 161 177 -
CMYK 0.33 0.09 0 0.31
HSL 196.27º 0.27% 0.58% -
HSV(B) 196.27º 0.33% 0.69% -
XYZ 28.15 32.52 46.39 -
YUV 149.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 118 161 177 0.33 0.09 0 0.31 196.27 0.27 0.58
Hex 76 A1 B1 21 9 0 1F C4 1B 3A
Octal 166 241 261 41 11 0 37 304 33 72
Binary 1110110 10100001 10110001 100001 1001 0 11111 11000100 11011 111010

Color Harmonies of #76A1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A1B1

Black with #76A1B1

Text Example


Text Example

White with #76A1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A1B1; }

 p { color: rgb(118,161,177); }

 H1.HeaderClassName
 {
   color: #76A1B1;
 }
 .AnyTagClassName
 {
   color: #76A1B1;
 }
</style>

background-color css

<style>
 a { background-color: #76A1B1; }

 a { background-color: rgb(118,161,177); }

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

border-color css

<style>
 span { border-color: #76A1B1; }

 span { border-color: rgb(118,161,177); }

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