Html Css Color HEX #764E56 Falcon

📋 copy color: '#764E56'

red 118 ◦ green 78 ◦ blue 86

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

Shades of Falcon #764E56

Tints of Falcon #764E56

RGB

 RED value IS 118 (46.48% from 255) = 41.84%

 GREEN value IS 78 (30.86% from 255) = 27.66%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 41.84%
G = 27.66%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#764E56 (or 0x764E56) is known color: Falcon. HEX triplet: 76, 4E and 56. RGB value is (118,78,86). Sum of RGB (Red+Green+Blue) = 118+78+86=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #764E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E56 is #89B1A9. Grayscale: #5A5A5A. Windows color (decimal): -9023914 or 5656182. OLE color: 5656182.

HSL color Cylindrical-coordinate representation of color #764E56: hue angle of 348º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E56 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 86 -
CMYK 0 0.34 0.27 0.54
HSL 348º 0.2% 0.38% -
HSV(B) 348º 0.34% 0.46% -
XYZ 11.88 9.97 10.1 -
YUV 90.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 118 78 86 0 0.34 0.27 0.54 348 0.2 0.38
Hex 76 4E 56 0 22 1B 36 15C 14 26
Octal 166 116 126 0 42 33 66 534 24 46
Binary 1110110 1001110 1010110 0 100010 11011 110110 101011100 10100 100110

Color Harmonies of #764E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E56

Black with #764E56

Text Example


Text Example

White with #764E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764E56; }

 p { color: rgb(118,78,86); }

 H1.HeaderClassName
 {
   color: #764E56;
 }
 .AnyTagClassName
 {
   color: #764E56;
 }
</style>

background-color css

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

 a { background-color: rgb(118,78,86); }

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

border-color css

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

 span { border-color: rgb(118,78,86); }

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