Html Css Color HEX #717165 Finch

📋 copy color: '#717165'

red 113 ◦ green 113 ◦ blue 101

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

Shades of Finch #717165

Tints of Finch #717165

RGB

 RED value IS 113 (44.53% from 255) = 34.56%

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

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

R = 34.56%
G = 34.56%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#717165 (or 0x717165) is known color: Finch. HEX triplet: 71, 71 and 65. RGB value is (113,113,101). Sum of RGB (Red+Green+Blue) = 113+113+101=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717165 is #8E8E9A. Grayscale: #6F6F6F. Windows color (decimal): -9342619 or 6648177. OLE color: 6648177.

HSL color Cylindrical-coordinate representation of color #717165: hue angle of 60º 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 #717165 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 101 -
CMYK 0 0 0.11 0.56
HSL 60º 0.06% 0.42% -
HSV(B) 60º 0.11% 0.44% -
XYZ 15.06 16.26 14.66 -
YUV 111.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 113 113 101 0 0 0.11 0.56 60 0.06 0.42
Hex 71 71 65 0 0 B 38 3C 6 2A
Octal 161 161 145 0 0 13 70 74 6 52
Binary 1110001 1110001 1100101 0 0 1011 111000 111100 110 101010

Color Harmonies of #717165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717165

Black with #717165

Text Example


Text Example

White with #717165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717165; }

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

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

background-color css

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

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

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

border-color css

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

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

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