Html Css Color HEX #75575C Falcon

📋 copy color: '#75575C'

red 117 ◦ green 87 ◦ blue 92

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

Shades of Falcon #75575C

Tints of Falcon #75575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 39.53%
G = 29.39%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75575C (or 0x75575C) is known color: Falcon. HEX triplet: 75, 57 and 5C. RGB value is (117,87,92). Sum of RGB (Red+Green+Blue) = 117+87+92=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75575C is #8AA8A3. Grayscale: #606060. Windows color (decimal): -9087140 or 6051701. OLE color: 6051701.

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

Color convert

RGB 117 87 92 -
CMYK 0 0.26 0.21 0.54
HSL 350º 0.15% 0.4% -
HSV(B) 350º 0.26% 0.46% -
XYZ 12.68 11.37 11.65 -
YUV 96.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 117 87 92 0 0.26 0.21 0.54 350 0.15 0.4
Hex 75 57 5C 0 1A 15 36 15E F 28
Octal 165 127 134 0 32 25 66 536 17 50
Binary 1110101 1010111 1011100 0 11010 10101 110110 101011110 1111 101000

Color Harmonies of #75575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75575C

Black with #75575C

Text Example


Text Example

White with #75575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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