Html Css Color HEX #756364 Falcon

📋 copy color: '#756364'

red 117 ◦ green 99 ◦ blue 100

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

Shades of Falcon #756364

Tints of Falcon #756364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

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

R = 37.03%
G = 31.33%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#756364 (or 0x756364) is known color: Falcon. HEX triplet: 75, 63 and 64. RGB value is (117,99,100). Sum of RGB (Red+Green+Blue) = 117+99+100=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756364 is #8A9C9B. Grayscale: #686868. Windows color (decimal): -9084060 or 6579061. OLE color: 6579061.

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

Color convert

RGB 117 99 100 -
CMYK 0 0.15 0.15 0.54
HSL 356.67º 0.08% 0.42% -
HSV(B) 356.67º 0.15% 0.46% -
XYZ 14.1 13.63 13.94 -
YUV 104.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 117 99 100 0 0.15 0.15 0.54 356.67 0.08 0.42
Hex 75 63 64 0 F F 36 165 8 2A
Octal 165 143 144 0 17 17 66 545 10 52
Binary 1110101 1100011 1100100 0 1111 1111 110110 101100101 1000 101010

Color Harmonies of #756364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756364

Black with #756364

Text Example


Text Example

White with #756364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756364; }

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

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

background-color css

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

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

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

border-color css

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

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

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