#775254

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

Shades of Falcon #775254

Tints of Falcon #775254

Color information

#775254 (or 0x775254) is unknown color: approx Falcon. HEX triplet: 77, 52 and 54. RGB value is (119,82,84). Sum of RGB (Red+Green+Blue) = 119+82+84=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #775254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775254 is #88ADAB. Grayscale: #5D5D5D. Windows color (decimal): -8957356 or 5526135. OLE color: 5526135.

HSL color Cylindrical-coordinate representation of color #775254: hue angle of 356.76º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #775254 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1198284-
CMYK00.310.290.53
HSL356.76º18.41%39.41%-
HSV(B)356.76º31.09%46.67%-
XYZ12.2310.69.79-
YUV93.29122.76146.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=41.75%
G=28.77%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119828400.310.290.53356.7618.4139.41
Hex77525401F1D351651227
Octal16712212403735655452247
Binary1110111101001010101000111111110111010110110010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775254; }

 p { color: rgb(119,82,84); }

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

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

 a { background-color: rgb(119,82,84); }

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

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

 span { border-color: rgb(119,82,84); }

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