Html Css Color HEX #756164 Falcon

📋 copy color: '#756164'

red 117 ◦ green 97 ◦ blue 100

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

Shades of Falcon #756164

Tints of Falcon #756164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 100 (39.45% from 255) = 31.85%

R = 37.26%
G = 30.89%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756164 (or 0x756164) is known color: Falcon. HEX triplet: 75, 61 and 64. RGB value is (117,97,100). Sum of RGB (Red+Green+Blue) = 117+97+100=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756164 is #8A9E9B. Grayscale: #676767. Windows color (decimal): -9084572 or 6578549. OLE color: 6578549.

HSL color Cylindrical-coordinate representation of color #756164: hue angle of 351º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756164 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 100 -
CMYK 0 0.17 0.15 0.54
HSL 351º 0.09% 0.42% -
HSV(B) 351º 0.17% 0.46% -
XYZ 13.91 13.25 13.88 -
YUV 103.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 117 97 100 0 0.17 0.15 0.54 351 0.09 0.42
Hex 75 61 64 0 11 F 36 15F 9 2A
Octal 165 141 144 0 21 17 66 537 11 52
Binary 1110101 1100001 1100100 0 10001 1111 110110 101011111 1001 101010

Color Harmonies of #756164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756164

Black with #756164

Text Example


Text Example

White with #756164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756164; }

 p { color: rgb(117,97,100); }

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

background-color css

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

 a { background-color: rgb(117,97,100); }

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

border-color css

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

 span { border-color: rgb(117,97,100); }

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