Html Css Color HEX #717265 Finch

📋 copy color: '#717265'

red 113 ◦ green 114 ◦ blue 101

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

Shades of Finch #717265

Tints of Finch #717265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 34.45%
G = 34.76%
B = 30.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#717265 (or 0x717265) is known color: Finch. HEX triplet: 71, 72 and 65. RGB value is (113,114,101). Sum of RGB (Red+Green+Blue) = 113+114+101=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #717265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717265 is #8E8D9A. Grayscale: #707070. Windows color (decimal): -9342363 or 6648433. OLE color: 6648433.

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

Color convert

RGB 113 114 101 -
CMYK 0.01 0 0.11 0.55
HSL 64.62º 0.06% 0.42% -
HSV(B) 64.62º 0.11% 0.45% -
XYZ 15.18 16.48 14.69 -
YUV 112.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 113 114 101 0.01 0 0.11 0.55 64.62 0.06 0.42
Hex 71 72 65 1 0 B 37 41 6 2A
Octal 161 162 145 1 0 13 67 101 6 52
Binary 1110001 1110010 1100101 1 0 1011 110111 1000001 110 101010

Color Harmonies of #717265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717265

Black with #717265

Text Example


Text Example

White with #717265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717265; }

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

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

background-color css

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

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

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

border-color css

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

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

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