Html Css Color HEX #76575B Falcon

📋 copy color: '#76575B'

red 118 ◦ green 87 ◦ blue 91

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

Shades of Falcon #76575B

Tints of Falcon #76575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 39.86%
G = 29.39%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76575B (or 0x76575B) is known color: Falcon. HEX triplet: 76, 57 and 5B. RGB value is (118,87,91). Sum of RGB (Red+Green+Blue) = 118+87+91=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76575B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76575B is #89A8A4. Grayscale: #606060. Windows color (decimal): -9021605 or 5986166. OLE color: 5986166.

HSL color Cylindrical-coordinate representation of color #76575B: hue angle of 352.26º 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 #76575B is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 91 -
CMYK 0 0.26 0.23 0.54
HSL 352.26º 0.15% 0.4% -
HSV(B) 352.26º 0.26% 0.46% -
XYZ 12.77 11.42 11.43 -
YUV 96.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 118 87 91 0 0.26 0.23 0.54 352.26 0.15 0.4
Hex 76 57 5B 0 1A 17 36 160 F 28
Octal 166 127 133 0 32 27 66 540 17 50
Binary 1110110 1010111 1011011 0 11010 10111 110110 101100000 1111 101000

Color Harmonies of #76575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76575B

Black with #76575B

Text Example


Text Example

White with #76575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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