#755556

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

Shades of Falcon #755556

Tints of Falcon #755556

Color information

#755556 (or 0x755556) is unknown color: approx Falcon. HEX triplet: 75, 55 and 56. RGB value is (117,85,86). Sum of RGB (Red+Green+Blue) = 117+85+86=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #755556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755556 is #8AAAA9. Grayscale: #5E5E5E. Windows color (decimal): -9087658 or 5657973. OLE color: 5657973.

HSL color Cylindrical-coordinate representation of color #755556: hue angle of 358.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755556 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1178586-
CMYK00.270.260.54
HSL358.12º15.84%39.61%-
HSV(B)358.12º27.35%45.88%-
XYZ12.2610.9510.27-
YUV94.68123.1143.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=40.62%
G=29.51%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117858600.270.260.54358.1215.8439.61
Hex75555601B1A361661028
Octal16512512603332665462050
Binary1110101101010110101100110111101011011010110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755556; }

 p { color: rgb(117,85,86); }

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

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

 a { background-color: rgb(117,85,86); }

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

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

 span { border-color: rgb(117,85,86); }

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