Html Css Color HEX #70715D Finch

📋 copy color: '#70715D'

red 112 ◦ green 113 ◦ blue 93

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

Shades of Finch #70715D

Tints of Finch #70715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 35.22%
G = 35.53%
B = 29.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70715D (or 0x70715D) is known color: Finch. HEX triplet: 70, 71 and 5D. RGB value is (112,113,93). Sum of RGB (Red+Green+Blue) = 112+113+93=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 113 - color contains mainly: green. Hex color #70715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70715D is #8F8EA2. Grayscale: #6E6E6E. Windows color (decimal): -9408163 or 6123888. OLE color: 6123888.

HSL color Cylindrical-coordinate representation of color #70715D: hue angle of 63º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70715D is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 93 -
CMYK 0.01 0 0.18 0.56
HSL 63º 0.1% 0.4% -
HSV(B) 63º 0.18% 0.44% -
XYZ 14.56 16.05 12.69 -
YUV 110.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 112 113 93 0.01 0 0.18 0.56 63 0.1 0.4
Hex 70 71 5D 1 0 12 38 3F A 28
Octal 160 161 135 1 0 22 70 77 12 50
Binary 1110000 1110001 1011101 1 0 10010 111000 111111 1010 101000

Color Harmonies of #70715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70715D

Black with #70715D

Text Example


Text Example

White with #70715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70715D; }

 p { color: rgb(112,113,93); }

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

background-color css

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

 a { background-color: rgb(112,113,93); }

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

border-color css

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

 span { border-color: rgb(112,113,93); }

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