#7cacce

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

Shades of Seagull #7CACCE

Tints of Seagull #7CACCE

Color information

#7CACCE (or 0x7CACCE) is unknown color: approx Seagull. HEX triplet: 7C, AC and CE. RGB value is (124,172,206). Sum of RGB (Red+Green+Blue) = 124+172+206=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #7CACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACCE is #835331. Grayscale: #A1A1A1. Windows color (decimal): -8606514 or 13544572. OLE color: 13544572.

HSL color Cylindrical-coordinate representation of color #7CACCE: hue angle of 204.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CACCE is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB124172206-
CMYK0.400.1700.19
HSL204.88º45.56%64.71%-
HSV(B)204.88º39.81%80.78%-
XYZ34.2138.2563.97-
YUV161.52153.1101.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.70%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=24.70%
G=34.26%
B=41.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1241722060.400.1700.19204.8845.5664.71
Hex7CACCE2811013cd2e41
Octal174254316502102331556101
Binary1111100101011001100111010100010001010011110011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cacce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,172,206); }

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

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

 a { background-color: rgb(124,172,206); }

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

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

 span { border-color: rgb(124,172,206); }

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