Html Css Color HEX #76595E Falcon

📋 copy color: '#76595E'

red 118 ◦ green 89 ◦ blue 94

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

Shades of Falcon #76595E

Tints of Falcon #76595E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 39.2%
G = 29.57%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76595E (or 0x76595E) is known color: Falcon. HEX triplet: 76, 59 and 5E. RGB value is (118,89,94). Sum of RGB (Red+Green+Blue) = 118+89+94=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76595E is #89A6A1. Grayscale: #626262. Windows color (decimal): -9021090 or 6183286. OLE color: 6183286.

HSL color Cylindrical-coordinate representation of color #76595E: hue angle of 349.66º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76595E is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 94 -
CMYK 0 0.25 0.20 0.54
HSL 349.66º 0.14% 0.41% -
HSV(B) 349.66º 0.25% 0.46% -
XYZ 13.06 11.8 12.18 -
YUV 98.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 118 89 94 0 0.25 0.20 0.54 349.66 0.14 0.41
Hex 76 59 5E 0 19 14 36 15E E 29
Octal 166 131 136 0 31 24 66 536 16 51
Binary 1110110 1011001 1011110 0 11001 10100 110110 101011110 1110 101001

Color Harmonies of #76595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76595E

Black with #76595E

Text Example


Text Example

White with #76595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76595E; }

 p { color: rgb(118,89,94); }

 H1.HeaderClassName
 {
   color: #76595E;
 }
 .AnyTagClassName
 {
   color: #76595E;
 }
</style>

background-color css

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

 a { background-color: rgb(118,89,94); }

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

border-color css

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

 span { border-color: rgb(118,89,94); }

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