Html Css Color HEX #706566 Falcon

📋 copy color: '#706566'

red 112 ◦ green 101 ◦ blue 102

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

Shades of Falcon #706566

Tints of Falcon #706566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.06%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 35.56%
G = 32.06%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706566 (or 0x706566) is known color: Falcon. HEX triplet: 70, 65 and 66. RGB value is (112,101,102). Sum of RGB (Red+Green+Blue) = 112+101+102=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 112 - color contains mainly: red. Hex color #706566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706566 is #8F9A99. Grayscale: #686868. Windows color (decimal): -9411226 or 6710640. OLE color: 6710640.

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

Color convert

RGB 112 101 102 -
CMYK 0 0.10 0.09 0.56
HSL 354.55º 0.05% 0.42% -
HSV(B) 354.55º 0.1% 0.44% -
XYZ 13.73 13.71 14.49 -
YUV 104.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 112 101 102 0 0.10 0.09 0.56 354.55 0.05 0.42
Hex 70 65 66 0 A 9 38 163 5 2A
Octal 160 145 146 0 12 11 70 543 5 52
Binary 1110000 1100101 1100110 0 1010 1001 111000 101100011 101 101010

Color Harmonies of #706566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706566

Black with #706566

Text Example


Text Example

White with #706566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706566; }

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

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

background-color css

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

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

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

border-color css

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

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

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