#7B969F

Color #7B969F Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7B969F

Tints of Bali Hai #7B969F

Color information

#7B969F (or 0x7B969F) is unknown color: approx Bali Hai. HEX triplet: 7B, 96 and 9F. RGB value is (123,150,159). Sum of RGB (Red+Green+Blue) = 123+150+159=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B969F is #846960. Grayscale: #8E8E8E. Windows color (decimal): -8677729 or 10458747. OLE color: 10458747.

HSL color Cylindrical-coordinate representation of color #7B969F: hue angle of 195º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B969F is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB123150159-
CMYK0.230.0600.38
HSL195º15.79%55.29%-
HSV(B)195º22.64%62.35%-
XYZ25.3328.5336.97-
YUV142.95137.05113.77-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.47%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=28.47%
G=34.72%
B=36.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1231501590.230.0600.3819515.7955.29
Hex7B969F176026c31037
Octal1732262372760463032067
Binary111101110010110100111111011111001001101100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B969F; }

 p { color: rgb(123,150,159); }

 H1.HeaderClassName
 {
   color: #7B969F;
 }
 .AnyTagClassName
 {
   color: #7B969F;
 }
</style>
background-color css

<style>
 a { background-color: #7B969F; }

 a { background-color: rgb(123,150,159); }

 div.DivClassName
 {
   background-color: #7B969F;
 }
 .BgClassName
 {
   background-color: #7B969F;
 }
</style>
border-color css

<style>
 span { border-color: #7B969F; }

 span { border-color: rgb(123,150,159); }

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