#7CACD0

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

Shades of Seagull #7CACD0

Tints of Seagull #7CACD0

Color information

#7CACD0 (or 0x7CACD0) is unknown color: approx Seagull. HEX triplet: 7C, AC and D0. RGB value is (124,172,208). Sum of RGB (Red+Green+Blue) = 124+172+208=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #7CACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACD0 is #83532F. Grayscale: #A1A1A1. Windows color (decimal): -8606512 or 13675644. OLE color: 13675644.

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

Color convert

RGB124172208-
CMYK0.400.1700.18
HSL205.71º47.19%65.1%-
HSV(B)205.71º40.38%81.57%-
XYZ34.4538.3465.26-
YUV161.75154.1101.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.60%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=24.60%
G=34.13%
B=41.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1241722080.400.1700.18205.7147.1965.1
Hex7CACD02811012ce2f41
Octal174254320502102231657101
Binary1111100101011001101000010100010001010010110011101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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