#7BA49C

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

Shades of Cascade #7BA49C

Tints of Cascade #7BA49C

Color information

#7BA49C (or 0x7BA49C) is unknown color: approx Cascade. HEX triplet: 7B, A4 and 9C. RGB value is (123,164,156). Sum of RGB (Red+Green+Blue) = 123+164+156=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA49C is #845B63. Grayscale: #969696. Windows color (decimal): -8674148 or 10265723. OLE color: 10265723.

HSL color Cylindrical-coordinate representation of color #7BA49C: hue angle of 168.29º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA49C is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB123164156-
CMYK0.2500.050.36
HSL168.29º18.39%56.27%-
HSV(B)168.29º25%64.31%-
XYZ27.4433.1636.41-
YUV150.83130.92108.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.77%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 156 (61.33% from 255) = 35.21%
R=27.77%
G=37.02%
B=35.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1231641560.2500.050.36168.2918.3956.27
Hex7BA49C190524a81238
Octal1732442343105442502270
Binary111101110100100100111001100101011001001010100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,164,156); }

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

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

 a { background-color: rgb(123,164,156); }

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

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

 span { border-color: rgb(123,164,156); }

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