Html Css Color HEX #716768 Falcon

📋 copy color: '#716768'

red 113 ◦ green 103 ◦ blue 104

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

Shades of Falcon #716768

Tints of Falcon #716768

RGB

 RED value IS 113 (44.53% from 255) = 35.31%

 GREEN value IS 103 (40.63% from 255) = 32.19%

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 35.31%
G = 32.19%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#716768 (or 0x716768) is known color: Falcon. HEX triplet: 71, 67 and 68. RGB value is (113,103,104). Sum of RGB (Red+Green+Blue) = 113+103+104=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #716768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716768 is #8E9897. Grayscale: #6A6A6A. Windows color (decimal): -9345176 or 6842225. OLE color: 6842225.

HSL color Cylindrical-coordinate representation of color #716768: hue angle of 354º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #716768 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 104 -
CMYK 0 0.09 0.08 0.56
HSL 354º 0.05% 0.42% -
HSV(B) 354º 0.09% 0.44% -
XYZ 14.16 14.21 15.09 -
YUV 106.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 113 103 104 0 0.09 0.08 0.56 354 0.05 0.42
Hex 71 67 68 0 9 8 38 162 5 2A
Octal 161 147 150 0 11 10 70 542 5 52
Binary 1110001 1100111 1101000 0 1001 1000 111000 101100010 101 101010

Color Harmonies of #716768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716768

Black with #716768

Text Example


Text Example

White with #716768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716768; }

 p { color: rgb(113,103,104); }

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

background-color css

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

 a { background-color: rgb(113,103,104); }

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

border-color css

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

 span { border-color: rgb(113,103,104); }

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