Html Css Color HEX #707355 Finch

📋 copy color: '#707355'

red 112 ◦ green 115 ◦ blue 85

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

Shades of Finch #707355

Tints of Finch #707355

RGB

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

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

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

R = 35.9%
G = 36.86%
B = 27.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#707355 (or 0x707355) is known color: Finch. HEX triplet: 70, 73 and 55. RGB value is (112,115,85). Sum of RGB (Red+Green+Blue) = 112+115+85=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #707355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707355 is #8F8CAA. Grayscale: #6E6E6E. Windows color (decimal): -9407659 or 5600112. OLE color: 5600112.

HSL color Cylindrical-coordinate representation of color #707355: hue angle of 66º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707355 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 115 85 -
CMYK 0.03 0 0.26 0.55
HSL 66º 0.15% 0.39% -
HSV(B) 66º 0.26% 0.45% -
XYZ 14.45 16.36 10.99 -
YUV 110.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 112 115 85 0.03 0 0.26 0.55 66 0.15 0.39
Hex 70 73 55 3 0 1A 37 42 F 27
Octal 160 163 125 3 0 32 67 102 17 47
Binary 1110000 1110011 1010101 11 0 11010 110111 1000010 1111 100111

Color Harmonies of #707355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707355

Black with #707355

Text Example


Text Example

White with #707355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707355; }

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

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

background-color css

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

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

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

border-color css

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

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

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