Html Css Color HEX #717369 Finch

📋 copy color: '#717369'

red 113 ◦ green 115 ◦ blue 105

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

Shades of Finch #717369

Tints of Finch #717369

RGB

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

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

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

R = 33.93%
G = 34.53%
B = 31.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#717369 (or 0x717369) is known color: Finch. HEX triplet: 71, 73 and 69. RGB value is (113,115,105). Sum of RGB (Red+Green+Blue) = 113+115+105=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 115 - color contains mainly: green. Hex color #717369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717369 is #8E8C96. Grayscale: #717171. Windows color (decimal): -9342103 or 6910833. OLE color: 6910833.

HSL color Cylindrical-coordinate representation of color #717369: hue angle of 72º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #717369 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 105 -
CMYK 0.02 0 0.09 0.55
HSL 72º 0.05% 0.43% -
HSV(B) 72º 0.09% 0.45% -
XYZ 15.49 16.79 15.79 -
YUV 113.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 113 115 105 0.02 0 0.09 0.55 72 0.05 0.43
Hex 71 73 69 2 0 9 37 48 5 2B
Octal 161 163 151 2 0 11 67 110 5 53
Binary 1110001 1110011 1101001 10 0 1001 110111 1001000 101 101011

Color Harmonies of #717369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717369

Black with #717369

Text Example


Text Example

White with #717369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717369; }

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

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

background-color css

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

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

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

border-color css

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

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

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