#7C949A

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

Shades of Bali Hai #7C949A

Tints of Bali Hai #7C949A

Color information

#7C949A (or 0x7C949A) is unknown color: approx Bali Hai. HEX triplet: 7C, 94 and 9A. RGB value is (124,148,154). Sum of RGB (Red+Green+Blue) = 124+148+154=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C949A is #836B65. Grayscale: #8D8D8D. Windows color (decimal): -8612710 or 10130556. OLE color: 10130556.

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

Color convert

RGB124148154-
CMYK0.190.0400.40
HSL192º12.93%54.51%-
HSV(B)192º19.48%60.39%-
XYZ24.7327.834.63-
YUV141.51135.05115.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.11%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=29.11%
G=34.74%
B=36.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241481540.190.0400.4019212.9354.51
Hex7C949A134028c0d37
Octal1742242322340503001567
Binary11111001001010010011010100111000101000110000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,154); }

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

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

 a { background-color: rgb(124,148,154); }

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

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

 span { border-color: rgb(124,148,154); }

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