Html Css Color HEX #707365 Finch

📋 copy color: '#707365'

red 112 ◦ green 115 ◦ blue 101

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

Shades of Finch #707365

Tints of Finch #707365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 34.15%
G = 35.06%
B = 30.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#707365 (or 0x707365) is known color: Finch. HEX triplet: 70, 73 and 65. RGB value is (112,115,101). Sum of RGB (Red+Green+Blue) = 112+115+101=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 115 - color contains mainly: green. Hex color #707365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707365 is #8F8C9A. Grayscale: #707070. Windows color (decimal): -9407643 or 6648688. OLE color: 6648688.

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

Color convert

RGB 112 115 101 -
CMYK 0.03 0 0.12 0.55
HSL 72.86º 0.06% 0.42% -
HSV(B) 72.86º 0.12% 0.45% -
XYZ 15.16 16.65 14.73 -
YUV 112.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 112 115 101 0.03 0 0.12 0.55 72.86 0.06 0.42
Hex 70 73 65 3 0 C 37 49 6 2A
Octal 160 163 145 3 0 14 67 111 6 52
Binary 1110000 1110011 1100101 11 0 1100 110111 1001001 110 101010

Color Harmonies of #707365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707365

Black with #707365

Text Example


Text Example

White with #707365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707365; }

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

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

background-color css

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

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

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

border-color css

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

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

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