Html Css Color HEX #707655 Finch

📋 copy color: '#707655'

red 112 ◦ green 118 ◦ blue 85

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

Shades of Finch #707655

Tints of Finch #707655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 35.56%
G = 37.46%
B = 26.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#707655 (or 0x707655) is known color: Finch. HEX triplet: 70, 76 and 55. RGB value is (112,118,85). Sum of RGB (Red+Green+Blue) = 112+118+85=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #707655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707655 is #8F89AA. Grayscale: #707070. Windows color (decimal): -9406891 or 5600880. OLE color: 5600880.

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

Color convert

RGB 112 118 85 -
CMYK 0.05 0 0.28 0.54
HSL 70.91º 0.16% 0.4% -
HSV(B) 70.91º 0.28% 0.46% -
XYZ 14.8 17.06 11.11 -
YUV 112.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 112 118 85 0.05 0 0.28 0.54 70.91 0.16 0.4
Hex 70 76 55 5 0 1C 36 47 10 28
Octal 160 166 125 5 0 34 66 107 20 50
Binary 1110000 1110110 1010101 101 0 11100 110110 1000111 10000 101000

Color Harmonies of #707655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707655

Black with #707655

Text Example


Text Example

White with #707655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707655; }

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

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

background-color css

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

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

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

border-color css

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

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

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