#7CACCD

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

Shades of Seagull #7CACCD

Tints of Seagull #7CACCD

Color information

#7CACCD (or 0x7CACCD) is unknown color: approx Seagull. HEX triplet: 7C, AC and CD. RGB value is (124,172,205). Sum of RGB (Red+Green+Blue) = 124+172+205=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACCD is #835332. Grayscale: #A1A1A1. Windows color (decimal): -8606515 or 13479036. OLE color: 13479036.

HSL color Cylindrical-coordinate representation of color #7CACCD: hue angle of 204.44º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CACCD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB124172205-
CMYK0.400.1600.20
HSL204.44º44.75%64.51%-
HSV(B)204.44º39.51%80.39%-
XYZ34.0838.263.33-
YUV161.41152.6101.32-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.75%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=24.75%
G=34.33%
B=40.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1241722050.400.1600.20204.4444.7564.51
Hex7CACCD2810014cc2d41
Octal174254315502002431455101
Binary1111100101011001100110110100010000010100110011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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