Html Css Color HEX #70755D Finch

📋 copy color: '#70755D'

red 112 ◦ green 117 ◦ blue 93

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

Shades of Finch #70755D

Tints of Finch #70755D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 34.78%
G = 36.34%
B = 28.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#70755D (or 0x70755D) is known color: Finch. HEX triplet: 70, 75 and 5D. RGB value is (112,117,93). Sum of RGB (Red+Green+Blue) = 112+117+93=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #70755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70755D is #8F8AA2. Grayscale: #707070. Windows color (decimal): -9407139 or 6124912. OLE color: 6124912.

HSL color Cylindrical-coordinate representation of color #70755D: hue angle of 72.5º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70755D is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 117 93 -
CMYK 0.04 0 0.21 0.54
HSL 72.5º 0.11% 0.41% -
HSV(B) 72.5º 0.21% 0.46% -
XYZ 15.02 16.96 12.84 -
YUV 112.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 112 117 93 0.04 0 0.21 0.54 72.5 0.11 0.41
Hex 70 75 5D 4 0 15 36 48 B 29
Octal 160 165 135 4 0 25 66 110 13 51
Binary 1110000 1110101 1011101 100 0 10101 110110 1001000 1011 101001

Color Harmonies of #70755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70755D

Black with #70755D

Text Example


Text Example

White with #70755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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