#765152

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

Shades of Falcon #765152

Tints of Falcon #765152

Color information

#765152 (or 0x765152) is unknown color: approx Falcon. HEX triplet: 76, 51 and 52. RGB value is (118,81,82). Sum of RGB (Red+Green+Blue) = 118+81+82=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #765152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765152 is #89AEAD. Grayscale: #5C5C5C. Windows color (decimal): -9023150 or 5394806. OLE color: 5394806.

HSL color Cylindrical-coordinate representation of color #765152: hue angle of 358.38º degrees, saturation: 0.19, 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 #765152 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1188182-
CMYK00.310.310.54
HSL358.38º18.59%39.02%-
HSV(B)358.38º31.36%46.27%-
XYZ11.9410.359.35-
YUV92.18122.26146.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.99%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=41.99%
G=28.83%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118818200.310.310.54358.3818.5939.02
Hex76515201F1F361661327
Octal16612112203737665462347
Binary1110110101000110100100111111111111011010110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765152; }

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

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

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

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

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

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

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

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