Html Css Color HEX #76575E Falcon

📋 copy color: '#76575E'

red 118 ◦ green 87 ◦ blue 94

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

Shades of Falcon #76575E

Tints of Falcon #76575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

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

R = 39.46%
G = 29.1%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76575E (or 0x76575E) is known color: Falcon. HEX triplet: 76, 57 and 5E. RGB value is (118,87,94). Sum of RGB (Red+Green+Blue) = 118+87+94=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76575E is #89A8A1. Grayscale: #616161. Windows color (decimal): -9021602 or 6182774. OLE color: 6182774.

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

Color convert

RGB 118 87 94 -
CMYK 0 0.26 0.20 0.54
HSL 346.45º 0.15% 0.4% -
HSV(B) 346.45º 0.26% 0.46% -
XYZ 12.9 11.48 12.12 -
YUV 97.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 118 87 94 0 0.26 0.20 0.54 346.45 0.15 0.4
Hex 76 57 5E 0 1A 14 36 15A F 28
Octal 166 127 136 0 32 24 66 532 17 50
Binary 1110110 1010111 1011110 0 11010 10100 110110 101011010 1111 101000

Color Harmonies of #76575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76575E

Black with #76575E

Text Example


Text Example

White with #76575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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