Html Css Color HEX #70735D Finch

📋 copy color: '#70735D'

red 112 ◦ green 115 ◦ blue 93

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

Shades of Finch #70735D

Tints of Finch #70735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 35%
G = 35.94%
B = 29.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#70735D (or 0x70735D) is known color: Finch. HEX triplet: 70, 73 and 5D. RGB value is (112,115,93). Sum of RGB (Red+Green+Blue) = 112+115+93=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #70735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70735D is #8F8CA2. Grayscale: #6F6F6F. Windows color (decimal): -9407651 or 6124400. OLE color: 6124400.

HSL color Cylindrical-coordinate representation of color #70735D: hue angle of 68.18º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70735D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 93 -
CMYK 0.03 0 0.19 0.55
HSL 68.18º 0.11% 0.41% -
HSV(B) 68.18º 0.19% 0.45% -
XYZ 14.79 16.5 12.76 -
YUV 111.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 112 115 93 0.03 0 0.19 0.55 68.18 0.11 0.41
Hex 70 73 5D 3 0 13 37 44 B 29
Octal 160 163 135 3 0 23 67 104 13 51
Binary 1110000 1110011 1011101 11 0 10011 110111 1000100 1011 101001

Color Harmonies of #70735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70735D

Black with #70735D

Text Example


Text Example

White with #70735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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