#765758

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

Shades of Falcon #765758

Tints of Falcon #765758

Color information

#765758 (or 0x765758) is unknown color: approx Falcon. HEX triplet: 76, 57 and 58. RGB value is (118,87,88). Sum of RGB (Red+Green+Blue) = 118+87+88=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #765758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765758 is #89A8A7. Grayscale: #606060. Windows color (decimal): -9021608 or 5789558. OLE color: 5789558.

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

Color convert

RGB1188788-
CMYK00.260.250.54
HSL358.06º15.12%40.2%-
HSV(B)358.06º26.27%46.27%-
XYZ12.6411.3710.76-
YUV96.38123.27143.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=40.27%
G=29.69%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118878800.260.250.54358.0615.1240.2
Hex76575801A1936166f28
Octal16612713003231665461750
Binary111011010101111011000011010110011101101011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765758; }

 p { color: rgb(118,87,88); }

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

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

 a { background-color: rgb(118,87,88); }

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

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

 span { border-color: rgb(118,87,88); }

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