Html Css Color HEX #7E6065 Falcon

📋 copy color: '#7E6065'

red 126 ◦ green 96 ◦ blue 101

#7E6065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #7E6065

Tints of Falcon #7E6065

RGB

 RED value IS 126 (49.61% from 255) = 39.01%

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 39.01%
G = 29.72%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#7E6065 (or 0x7E6065) is known color: Falcon. HEX triplet: 7E, 60 and 65. RGB value is (126,96,101). Sum of RGB (Red+Green+Blue) = 126+96+101=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6065 is #819F9A. Grayscale: #696969. Windows color (decimal): -8495003 or 6643838. OLE color: 6643838.

HSL color Cylindrical-coordinate representation of color #7E6065: hue angle of 350º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E6065 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 96 101 -
CMYK 0 0.24 0.20 0.51
HSL 350º 0.14% 0.44% -
HSV(B) 350º 0.24% 0.49% -
XYZ 15.14 13.74 14.17 -
YUV 105.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 126 96 101 0 0.24 0.20 0.51 350 0.14 0.44
Hex 7E 60 65 0 18 14 33 15E E 2C
Octal 176 140 145 0 30 24 63 536 16 54
Binary 1111110 1100000 1100101 0 11000 10100 110011 101011110 1110 101100

Color Harmonies of #7E6065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6065

Black with #7E6065

Text Example


Text Example

White with #7E6065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,96,101); }

 H1.HeaderClassName
 {
   color: #7E6065;
 }
 .AnyTagClassName
 {
   color: #7E6065;
 }
</style>

background-color css

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

 a { background-color: rgb(126,96,101); }

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

border-color css

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

 span { border-color: rgb(126,96,101); }

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