Html Css Color HEX #707165 Finch

📋 copy color: '#707165'

red 112 ◦ green 113 ◦ blue 101

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

Shades of Finch #707165

Tints of Finch #707165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 34.36%
G = 34.66%
B = 30.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#707165 (or 0x707165) is known color: Finch. HEX triplet: 70, 71 and 65. RGB value is (112,113,101). Sum of RGB (Red+Green+Blue) = 112+113+101=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 113 - color contains mainly: green. Hex color #707165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707165 is #8F8E9A. Grayscale: #6F6F6F. Windows color (decimal): -9408155 or 6648176. OLE color: 6648176.

HSL color Cylindrical-coordinate representation of color #707165: hue angle of 65º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707165 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 101 -
CMYK 0.01 0 0.11 0.56
HSL 65º 0.06% 0.42% -
HSV(B) 65º 0.11% 0.44% -
XYZ 14.94 16.19 14.65 -
YUV 111.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 112 113 101 0.01 0 0.11 0.56 65 0.06 0.42
Hex 70 71 65 1 0 B 38 41 6 2A
Octal 160 161 145 1 0 13 70 101 6 52
Binary 1110000 1110001 1100101 1 0 1011 111000 1000001 110 101010

Color Harmonies of #707165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707165

Black with #707165

Text Example


Text Example

White with #707165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707165; }

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

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

background-color css

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

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

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

border-color css

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

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

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