Html Css Color HEX #706364 Falcon

📋 copy color: '#706364'

red 112 ◦ green 99 ◦ blue 100

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

Shades of Falcon #706364

Tints of Falcon #706364

RGB

 RED value IS 112 (44.14% from 255) = 36.01%

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

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

R = 36.01%
G = 31.83%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#706364 (or 0x706364) is known color: Falcon. HEX triplet: 70, 63 and 64. RGB value is (112,99,100). Sum of RGB (Red+Green+Blue) = 112+99+100=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706364 is #8F9C9B. Grayscale: #676767. Windows color (decimal): -9411740 or 6579056. OLE color: 6579056.

HSL color Cylindrical-coordinate representation of color #706364: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706364 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 100 -
CMYK 0 0.12 0.11 0.56
HSL 355.38º 0.06% 0.41% -
HSV(B) 355.38º 0.12% 0.44% -
XYZ 13.44 13.29 13.91 -
YUV 103 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 112 99 100 0 0.12 0.11 0.56 355.38 0.06 0.41
Hex 70 63 64 0 C B 38 163 6 29
Octal 160 143 144 0 14 13 70 543 6 51
Binary 1110000 1100011 1100100 0 1100 1011 111000 101100011 110 101001

Color Harmonies of #706364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706364

Black with #706364

Text Example


Text Example

White with #706364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706364; }

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

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

background-color css

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

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

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

border-color css

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

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

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