#7CA0AE

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

Shades of Bali Hai #7CA0AE

Tints of Bali Hai #7CA0AE

Color information

#7CA0AE (or 0x7CA0AE) is unknown color: approx Bali Hai. HEX triplet: 7C, A0 and AE. RGB value is (124,160,174). Sum of RGB (Red+Green+Blue) = 124+160+174=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #7CA0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA0AE is #835F51. Grayscale: #969696. Windows color (decimal): -8609618 or 11444348. OLE color: 11444348.

HSL color Cylindrical-coordinate representation of color #7CA0AE: hue angle of 196.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CA0AE is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124160174-
CMYK0.290.0800.32
HSL196.8º23.58%58.43%-
HSV(B)196.8º28.74%68.24%-
XYZ28.5232.4844.81-
YUV150.83141.07108.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=27.07%
G=34.93%
B=37.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241601740.290.0800.32196.823.5858.43
Hex7CA0AE1D8020c5183a
Octal17424025635100403053072
Binary1111100101000001010111011101100001000001100010111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,160,174); }

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

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

 a { background-color: rgb(124,160,174); }

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

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

 span { border-color: rgb(124,160,174); }

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