Html Css Color HEX #70716A Finch

📋 copy color: '#70716A'

red 112 ◦ green 113 ◦ blue 106

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

Shades of Finch #70716A

Tints of Finch #70716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 33.84%
G = 34.14%
B = 32.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#70716A (or 0x70716A) is known color: Finch. HEX triplet: 70, 71 and 6A. RGB value is (112,113,106). Sum of RGB (Red+Green+Blue) = 112+113+106=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 113 - color contains mainly: green. Hex color #70716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70716A is #8F8E95. Grayscale: #6F6F6F. Windows color (decimal): -9408150 or 6975856. OLE color: 6975856.

HSL color Cylindrical-coordinate representation of color #70716A: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #70716A is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 106 -
CMYK 0.01 0 0.06 0.56
HSL 68.57º 0.03% 0.43% -
HSV(B) 68.57º 0.06% 0.44% -
XYZ 15.19 16.3 15.98 -
YUV 111.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 112 113 106 0.01 0 0.06 0.56 68.57 0.03 0.43
Hex 70 71 6A 1 0 6 38 45 3 2B
Octal 160 161 152 1 0 6 70 105 3 53
Binary 1110000 1110001 1101010 1 0 110 111000 1000101 11 101011

Color Harmonies of #70716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70716A

Black with #70716A

Text Example


Text Example

White with #70716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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