Html Css Color HEX #706667 Falcon

📋 copy color: '#706667'

red 112 ◦ green 102 ◦ blue 103

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

Shades of Falcon #706667

Tints of Falcon #706667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 35.33%
G = 32.18%
B = 32.49%

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

#706667 (or 0x706667) is known color: Falcon. HEX triplet: 70, 66 and 67. RGB value is (112,102,103). Sum of RGB (Red+Green+Blue) = 112+102+103=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #706667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706667 is #8F9998. Grayscale: #696969. Windows color (decimal): -9410969 or 6776432. OLE color: 6776432.

HSL color Cylindrical-coordinate representation of color #706667: 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 #706667 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 102 103 -
CMYK 0 0.09 0.08 0.56
HSL 354º 0.05% 0.42% -
HSV(B) 354º 0.09% 0.44% -
XYZ 13.88 13.93 14.79 -
YUV 105.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 112 102 103 0 0.09 0.08 0.56 354 0.05 0.42
Hex 70 66 67 0 9 8 38 162 5 2A
Octal 160 146 147 0 11 10 70 542 5 52
Binary 1110000 1100110 1100111 0 1001 1000 111000 101100010 101 101010

Color Harmonies of #706667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706667

Black with #706667

Text Example


Text Example

White with #706667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706667; }

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

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

background-color css

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

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

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

border-color css

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

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

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