#7B6465

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

Shades of Falcon #7B6465

Tints of Falcon #7B6465

Color information

#7B6465 (or 0x7B6465) is unknown color: approx Falcon. HEX triplet: 7B, 64 and 65. RGB value is (123,100,101). Sum of RGB (Red+Green+Blue) = 123+100+101=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6465 is #849B9A. Grayscale: #6B6B6B. Windows color (decimal): -8690587 or 6644859. OLE color: 6644859.

HSL color Cylindrical-coordinate representation of color #7B6465: hue angle of 357.39º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B6465 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB123100101-
CMYK00.190.180.52
HSL357.39º10.31%43.73%-
HSV(B)357.39º18.7%48.24%-
XYZ15.0714.2614.27-
YUV106.99124.62139.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.96%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=37.96%
G=30.86%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12310010100.190.180.52357.3910.3143.73
Hex7B64650131234165a2c
Octal17314414502322645451254
Binary111101111001001100101010011100101101001011001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B6465; }

 p { color: rgb(123,100,101); }

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

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

 a { background-color: rgb(123,100,101); }

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

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

 span { border-color: rgb(123,100,101); }

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