#7BA093

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

Shades of Acapulco #7BA093

Tints of Acapulco #7BA093

Color information

#7BA093 (or 0x7BA093) is unknown color: approx Acapulco. HEX triplet: 7B, A0 and 93. RGB value is (123,160,147). Sum of RGB (Red+Green+Blue) = 123+160+147=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA093 is #845F6C. Grayscale: #939393. Windows color (decimal): -8675181 or 9674875. OLE color: 9674875.

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

Color convert

RGB123160147-
CMYK0.2300.080.37
HSL158.92º16.3%55.49%-
HSV(B)158.92º23.13%62.75%-
XYZ26.0131.4632.31-
YUV147.46127.74110.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.60%
GREEN value IS 160 (62.89% from 255) = 37.21%
BLUE value IS 147 (57.81% from 255) = 34.19%
R=28.60%
G=37.21%
B=34.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1231601470.2300.080.37158.9216.355.49
Hex7BA0931708259f1037
Octal17324022327010452372067
Binary1111011101000001001001110111010001001011001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,160,147); }

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

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

 a { background-color: rgb(123,160,147); }

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

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

 span { border-color: rgb(123,160,147); }

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