Html Css Color HEX #70735C Finch

📋 copy color: '#70735C'

red 112 ◦ green 115 ◦ blue 92

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

Shades of Finch #70735C

Tints of Finch #70735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 35.11%
G = 36.05%
B = 28.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#70735C (or 0x70735C) is known color: Finch. HEX triplet: 70, 73 and 5C. RGB value is (112,115,92). Sum of RGB (Red+Green+Blue) = 112+115+92=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #70735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70735C is #8F8CA3. Grayscale: #6F6F6F. Windows color (decimal): -9407652 or 6058864. OLE color: 6058864.

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

Color convert

RGB 112 115 92 -
CMYK 0.03 0 0.20 0.55
HSL 67.83º 0.11% 0.41% -
HSV(B) 67.83º 0.2% 0.45% -
XYZ 14.74 16.48 12.53 -
YUV 111.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 112 115 92 0.03 0 0.20 0.55 67.83 0.11 0.41
Hex 70 73 5C 3 0 14 37 44 B 29
Octal 160 163 134 3 0 24 67 104 13 51
Binary 1110000 1110011 1011100 11 0 10100 110111 1000100 1011 101001

Color Harmonies of #70735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70735C

Black with #70735C

Text Example


Text Example

White with #70735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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