#7C959B

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

Shades of Bali Hai #7C959B

Tints of Bali Hai #7C959B

Color information

#7C959B (or 0x7C959B) is unknown color: approx Bali Hai. HEX triplet: 7C, 95 and 9B. RGB value is (124,149,155). Sum of RGB (Red+Green+Blue) = 124+149+155=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C959B is #836A64. Grayscale: #8E8E8E. Windows color (decimal): -8612453 or 10196348. OLE color: 10196348.

HSL color Cylindrical-coordinate representation of color #7C959B: hue angle of 191.61º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C959B is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB124149155-
CMYK0.20.0400.39
HSL191.61º13.42%54.71%-
HSV(B)191.61º20%60.78%-
XYZ24.9828.1535.13-
YUV142.21135.22115.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 155 (60.94% from 255) = 36.21%
R=28.97%
G=34.81%
B=36.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1241491550.20.0400.39191.6113.4254.71
Hex7C959B144027c0d37
Octal1742252332440473001567
Binary11111001001010110011011101001000100111110000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,155); }

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

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

 a { background-color: rgb(124,149,155); }

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

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

 span { border-color: rgb(124,149,155); }

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