Html Css Color HEX #707661 Finch

📋 copy color: '#707661'

red 112 ◦ green 118 ◦ blue 97

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

Shades of Finch #707661

Tints of Finch #707661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.09%

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 34.25%
G = 36.09%
B = 29.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#707661 (or 0x707661) is known color: Finch. HEX triplet: 70, 76 and 61. RGB value is (112,118,97). Sum of RGB (Red+Green+Blue) = 112+118+97=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #707661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707661 is #8F899E. Grayscale: #717171. Windows color (decimal): -9406879 or 6387312. OLE color: 6387312.

HSL color Cylindrical-coordinate representation of color #707661: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #707661 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 97 -
CMYK 0.05 0 0.18 0.54
HSL 77.14º 0.1% 0.42% -
HSV(B) 77.14º 0.18% 0.46% -
XYZ 15.32 17.26 13.83 -
YUV 113.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 112 118 97 0.05 0 0.18 0.54 77.14 0.1 0.42
Hex 70 76 61 5 0 12 36 4D A 2A
Octal 160 166 141 5 0 22 66 115 12 52
Binary 1110000 1110110 1100001 101 0 10010 110110 1001101 1010 101010

Color Harmonies of #707661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707661

Black with #707661

Text Example


Text Example

White with #707661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707661; }

 p { color: rgb(112,118,97); }

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

background-color css

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

 a { background-color: rgb(112,118,97); }

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

border-color css

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

 span { border-color: rgb(112,118,97); }

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