Html Css Color HEX #76575A Falcon

📋 copy color: '#76575A'

red 118 ◦ green 87 ◦ blue 90

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

Shades of Falcon #76575A

Tints of Falcon #76575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 40%
G = 29.49%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76575A (or 0x76575A) is known color: Falcon. HEX triplet: 76, 57 and 5A. RGB value is (118,87,90). Sum of RGB (Red+Green+Blue) = 118+87+90=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76575A is #89A8A5. Grayscale: #606060. Windows color (decimal): -9021606 or 5920630. OLE color: 5920630.

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

Color convert

RGB 118 87 90 -
CMYK 0 0.26 0.24 0.54
HSL 354.19º 0.15% 0.4% -
HSV(B) 354.19º 0.26% 0.46% -
XYZ 12.72 11.41 11.2 -
YUV 96.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 118 87 90 0 0.26 0.24 0.54 354.19 0.15 0.4
Hex 76 57 5A 0 1A 18 36 162 F 28
Octal 166 127 132 0 32 30 66 542 17 50
Binary 1110110 1010111 1011010 0 11010 11000 110110 101100010 1111 101000

Color Harmonies of #76575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76575A

Black with #76575A

Text Example


Text Example

White with #76575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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