Html Css Color HEX #706465 Falcon

📋 copy color: '#706465'

red 112 ◦ green 100 ◦ blue 101

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

Shades of Falcon #706465

Tints of Falcon #706465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 35.78%
G = 31.95%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#706465 (or 0x706465) is known color: Falcon. HEX triplet: 70, 64 and 65. RGB value is (112,100,101). Sum of RGB (Red+Green+Blue) = 112+100+101=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706465 is #8F9B9A. Grayscale: #676767. Windows color (decimal): -9411483 or 6644848. OLE color: 6644848.

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

Color convert

RGB 112 100 101 -
CMYK 0 0.11 0.10 0.56
HSL 355º 0.06% 0.42% -
HSV(B) 355º 0.11% 0.44% -
XYZ 13.59 13.5 14.2 -
YUV 103.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 112 100 101 0 0.11 0.10 0.56 355 0.06 0.42
Hex 70 64 65 0 B A 38 163 6 2A
Octal 160 144 145 0 13 12 70 543 6 52
Binary 1110000 1100100 1100101 0 1011 1010 111000 101100011 110 101010

Color Harmonies of #706465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706465

Black with #706465

Text Example


Text Example

White with #706465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706465; }

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

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

background-color css

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

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

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

border-color css

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

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

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