Html Css Color HEX #756162 Falcon

📋 copy color: '#756162'

red 117 ◦ green 97 ◦ blue 98

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

Shades of Falcon #756162

Tints of Falcon #756162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 37.5%
G = 31.09%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#756162 (or 0x756162) is known color: Falcon. HEX triplet: 75, 61 and 62. RGB value is (117,97,98). Sum of RGB (Red+Green+Blue) = 117+97+98=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #756162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756162 is #8A9E9D. Grayscale: #676767. Windows color (decimal): -9084574 or 6447477. OLE color: 6447477.

HSL color Cylindrical-coordinate representation of color #756162: hue angle of 357º 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 #756162 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 98 -
CMYK 0 0.17 0.16 0.54
HSL 357º 0.09% 0.42% -
HSV(B) 357º 0.17% 0.46% -
XYZ 13.82 13.21 13.38 -
YUV 103.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 117 97 98 0 0.17 0.16 0.54 357 0.09 0.42
Hex 75 61 62 0 11 10 36 165 9 2A
Octal 165 141 142 0 21 20 66 545 11 52
Binary 1110101 1100001 1100010 0 10001 10000 110110 101100101 1001 101010

Color Harmonies of #756162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756162

Black with #756162

Text Example


Text Example

White with #756162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756162; }

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

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

background-color css

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

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

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

border-color css

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

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

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