Html Css Color HEX #707169 Finch

📋 copy color: '#707169'

red 112 ◦ green 113 ◦ blue 105

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

Shades of Finch #707169

Tints of Finch #707169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 33.94%
G = 34.24%
B = 31.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#707169 (or 0x707169) is known color: Finch. HEX triplet: 70, 71 and 69. RGB value is (112,113,105). Sum of RGB (Red+Green+Blue) = 112+113+105=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 113 - color contains mainly: green. Hex color #707169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707169 is #8F8E96. Grayscale: #6F6F6F. Windows color (decimal): -9408151 or 6910320. OLE color: 6910320.

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

Color convert

RGB 112 113 105 -
CMYK 0.01 0 0.07 0.56
HSL 67.5º 0.04% 0.43% -
HSV(B) 67.5º 0.07% 0.44% -
XYZ 15.14 16.27 15.71 -
YUV 111.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 112 113 105 0.01 0 0.07 0.56 67.5 0.04 0.43
Hex 70 71 69 1 0 7 38 44 4 2B
Octal 160 161 151 1 0 7 70 104 4 53
Binary 1110000 1110001 1101001 1 0 111 111000 1000100 100 101011

Color Harmonies of #707169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707169

Black with #707169

Text Example


Text Example

White with #707169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707169; }

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

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

background-color css

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

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

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

border-color css

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

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

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