Html Css Color HEX #707360 Finch

📋 copy color: '#707360'

red 112 ◦ green 115 ◦ blue 96

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

Shades of Finch #707360

Tints of Finch #707360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 34.67%
G = 35.6%
B = 29.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#707360 (or 0x707360) is known color: Finch. HEX triplet: 70, 73 and 60. RGB value is (112,115,96). Sum of RGB (Red+Green+Blue) = 112+115+96=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 115 - color contains mainly: green. Hex color #707360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707360 is #8F8C9F. Grayscale: #707070. Windows color (decimal): -9407648 or 6321008. OLE color: 6321008.

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

Color convert

RGB 112 115 96 -
CMYK 0.03 0 0.17 0.55
HSL 69.47º 0.09% 0.41% -
HSV(B) 69.47º 0.17% 0.45% -
XYZ 14.92 16.55 13.47 -
YUV 111.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 112 115 96 0.03 0 0.17 0.55 69.47 0.09 0.41
Hex 70 73 60 3 0 11 37 45 9 29
Octal 160 163 140 3 0 21 67 105 11 51
Binary 1110000 1110011 1100000 11 0 10001 110111 1000101 1001 101001

Color Harmonies of #707360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707360

Black with #707360

Text Example


Text Example

White with #707360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707360; }

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

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

background-color css

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

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

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

border-color css

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

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

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