Html Css Color HEX #70565B Falcon

📋 copy color: '#70565B'

red 112 ◦ green 86 ◦ blue 91

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

Shades of Falcon #70565B

Tints of Falcon #70565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 38.75%
G = 29.76%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70565B (or 0x70565B) is known color: Falcon. HEX triplet: 70, 56 and 5B. RGB value is (112,86,91). Sum of RGB (Red+Green+Blue) = 112+86+91=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #70565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70565B is #8FA9A4. Grayscale: #5E5E5E. Windows color (decimal): -9415077 or 5985904. OLE color: 5985904.

HSL color Cylindrical-coordinate representation of color #70565B: hue angle of 348.46º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70565B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 86 91 -
CMYK 0 0.23 0.19 0.56
HSL 348.46º 0.13% 0.39% -
HSV(B) 348.46º 0.23% 0.44% -
XYZ 11.9 10.86 11.37 -
YUV 94.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 112 86 91 0 0.23 0.19 0.56 348.46 0.13 0.39
Hex 70 56 5B 0 17 13 38 15C D 27
Octal 160 126 133 0 27 23 70 534 15 47
Binary 1110000 1010110 1011011 0 10111 10011 111000 101011100 1101 100111

Color Harmonies of #70565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70565B

Black with #70565B

Text Example


Text Example

White with #70565B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70565B; }

 p { color: rgb(112,86,91); }

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

background-color css

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

 a { background-color: rgb(112,86,91); }

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

border-color css

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

 span { border-color: rgb(112,86,91); }

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