#74B79B

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

Shades of Acapulco #74B79B

Tints of Acapulco #74B79B

Color information

#74B79B (or 0x74B79B) is unknown color: approx Acapulco. HEX triplet: 74, B7 and 9B. RGB value is (116,183,155). Sum of RGB (Red+Green+Blue) = 116+183+155=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #74B79B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B79B is #8B4864. Grayscale: #9F9F9F. Windows color (decimal): -9128037 or 10205044. OLE color: 10205044.

HSL color Cylindrical-coordinate representation of color #74B79B: hue angle of 154.93º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74B79B is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB116183155-
CMYK0.3700.150.28
HSL154.93º31.75%58.63%-
HSV(B)154.93º36.61%71.76%-
XYZ30.0539.9537.14-
YUV159.77125.396.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.55%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=25.55%
G=40.31%
B=34.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1161831550.3700.150.28154.9331.7558.63
Hex74B79B250F1C9b203b
Octal16426723345017342334073
Binary11101001011011110011011100101011111110010011011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B79B; }

 p { color: rgb(116,183,155); }

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

<style>
 a { background-color: #74B79B; }

 a { background-color: rgb(116,183,155); }

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

<style>
 span { border-color: #74B79B; }

 span { border-color: rgb(116,183,155); }

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