Html Css Color HEX #764E53 Falcon

📋 copy color: '#764E53'

red 118 ◦ green 78 ◦ blue 83

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

Shades of Falcon #764E53

Tints of Falcon #764E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 42.29%
G = 27.96%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#764E53 (or 0x764E53) is known color: Falcon. HEX triplet: 76, 4E and 53. RGB value is (118,78,83). Sum of RGB (Red+Green+Blue) = 118+78+83=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #764E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E53 is #89B1AC. Grayscale: #5A5A5A. Windows color (decimal): -9023917 or 5459574. OLE color: 5459574.

HSL color Cylindrical-coordinate representation of color #764E53: hue angle of 352.5º 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 #764E53 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 83 -
CMYK 0 0.34 0.30 0.54
HSL 352.5º 0.2% 0.38% -
HSV(B) 352.5º 0.34% 0.46% -
XYZ 11.76 9.92 9.48 -
YUV 90.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 118 78 83 0 0.34 0.30 0.54 352.5 0.2 0.38
Hex 76 4E 53 0 22 1E 36 160 14 26
Octal 166 116 123 0 42 36 66 540 24 46
Binary 1110110 1001110 1010011 0 100010 11110 110110 101100000 10100 100110

Color Harmonies of #764E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E53

Black with #764E53

Text Example


Text Example

White with #764E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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