Html Css Color HEX #75575E Falcon

📋 copy color: '#75575E'

red 117 ◦ green 87 ◦ blue 94

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

Shades of Falcon #75575E

Tints of Falcon #75575E

RGB

 RED value IS 117 (46.09% from 255) = 39.26%

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

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

R = 39.26%
G = 29.19%
B = 31.54%

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

#75575E (or 0x75575E) is known color: Falcon. HEX triplet: 75, 57 and 5E. RGB value is (117,87,94). Sum of RGB (Red+Green+Blue) = 117+87+94=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #75575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75575E is #8AA8A1. Grayscale: #606060. Windows color (decimal): -9087138 or 6182773. OLE color: 6182773.

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

Color convert

RGB 117 87 94 -
CMYK 0 0.26 0.20 0.54
HSL 346º 0.15% 0.4% -
HSV(B) 346º 0.26% 0.46% -
XYZ 12.76 11.41 12.12 -
YUV 96.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 117 87 94 0 0.26 0.20 0.54 346 0.15 0.4
Hex 75 57 5E 0 1A 14 36 15A F 28
Octal 165 127 136 0 32 24 66 532 17 50
Binary 1110101 1010111 1011110 0 11010 10100 110110 101011010 1111 101000

Color Harmonies of #75575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75575E

Black with #75575E

Text Example


Text Example

White with #75575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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