#7CB099

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

Shades of Acapulco #7CB099

Tints of Acapulco #7CB099

Color information

#7CB099 (or 0x7CB099) is unknown color: approx Acapulco. HEX triplet: 7C, B0 and 99. RGB value is (124,176,153). Sum of RGB (Red+Green+Blue) = 124+176+153=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB099 is #834F66. Grayscale: #9D9D9D. Windows color (decimal): -8605543 or 10072188. OLE color: 10072188.

HSL color Cylindrical-coordinate representation of color #7CB099: hue angle of 153.46º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB099 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB124176153-
CMYK0.3000.130.31
HSL153.46º24.76%58.82%-
HSV(B)153.46º29.55%69.02%-
XYZ29.5937.6435.84-
YUV157.83125.27103.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=27.37%
G=38.85%
B=33.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761530.3000.130.31153.4624.7658.82
Hex7CB0991E0D1F99193b
Octal17426023136015372313173
Binary111110010110000100110011111001101111111001100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,153); }

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

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

 a { background-color: rgb(124,176,153); }

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

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

 span { border-color: rgb(124,176,153); }

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