#775152

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

Shades of Falcon #775152

Tints of Falcon #775152

Color information

#775152 (or 0x775152) is unknown color: approx Falcon. HEX triplet: 77, 51 and 52. RGB value is (119,81,82). Sum of RGB (Red+Green+Blue) = 119+81+82=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #775152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775152 is #88AEAD. Grayscale: #5C5C5C. Windows color (decimal): -8957614 or 5394807. OLE color: 5394807.

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

Color convert

RGB1198182-
CMYK00.320.310.53
HSL358.42º19%39.22%-
HSV(B)358.42º31.93%46.67%-
XYZ12.0710.429.36-
YUV92.48122.09146.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 82 (32.42% from 255) = 29.08%
R=42.20%
G=28.72%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119818200.320.310.53358.421939.22
Hex7751520201F351661327
Octal16712112204037655462347
Binary11101111010001101001001000001111111010110110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775152; }

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

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

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

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

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

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

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

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