Html Css Color HEX #76A0B7 Bali Hai

📋 copy color: '#76A0B7'

red 118 ◦ green 160 ◦ blue 183

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

Shades of Bali Hai #76A0B7

Tints of Bali Hai #76A0B7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

 BLUE value IS 183 (71.88% from 255) = 39.7%

R = 25.6%
G = 34.71%
B = 39.7%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#76A0B7 (or 0x76A0B7) is known color: Bali Hai. HEX triplet: 76, A0 and B7. RGB value is (118,160,183). Sum of RGB (Red+Green+Blue) = 118+160+183=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #76A0B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A0B7 is #895F48. Grayscale: #959595. Windows color (decimal): -9002825 or 12034166. OLE color: 12034166.

HSL color Cylindrical-coordinate representation of color #76A0B7: hue angle of 201.23º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76A0B7 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 160 183 -
CMYK 0.36 0.13 0 0.28
HSL 201.23º 0.31% 0.59% -
HSV(B) 201.23º 0.36% 0.72% -
XYZ 28.59 32.41 49.55 -
YUV 150.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 118 160 183 0.36 0.13 0 0.28 201.23 0.31 0.59
Hex 76 A0 B7 24 D 0 1C C9 1F 3B
Octal 166 240 267 44 15 0 34 311 37 73
Binary 1110110 10100000 10110111 100100 1101 0 11100 11001001 11111 111011

Color Harmonies of #76A0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A0B7

Black with #76A0B7

Text Example


Text Example

White with #76A0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,160,183); }

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

background-color css

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

 a { background-color: rgb(118,160,183); }

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

border-color css

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

 span { border-color: rgb(118,160,183); }

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