#755152

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

Shades of Falcon #755152

Tints of Falcon #755152

Color information

#755152 (or 0x755152) is unknown color: approx Falcon. HEX triplet: 75, 51 and 52. RGB value is (117,81,82). Sum of RGB (Red+Green+Blue) = 117+81+82=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #755152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755152 is #8AAEAD. Grayscale: #5B5B5B. Windows color (decimal): -9088686 or 5394805. OLE color: 5394805.

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

Color convert

RGB1178182-
CMYK00.310.300.54
HSL358.33º18.18%38.82%-
HSV(B)358.33º30.77%45.88%-
XYZ11.810.289.34-
YUV91.88122.43145.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.79%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=41.79%
G=28.93%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117818200.310.300.54358.3318.1838.82
Hex75515201F1E361661227
Octal16512112203736665462247
Binary1110101101000110100100111111111011011010110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755152; }

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

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

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

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

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

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

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

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