Html Css Color HEX #717155 Finch

📋 copy color: '#717155'

red 113 ◦ green 113 ◦ blue 85

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

Shades of Finch #717155

Tints of Finch #717155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 36.33%
G = 36.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#717155 (or 0x717155) is known color: Finch. HEX triplet: 71, 71 and 55. RGB value is (113,113,85). Sum of RGB (Red+Green+Blue) = 113+113+85=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717155 is #8E8EAA. Grayscale: #6D6D6D. Windows color (decimal): -9342635 or 5599601. OLE color: 5599601.

HSL color Cylindrical-coordinate representation of color #717155: hue angle of 60º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717155 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 85 -
CMYK 0 0 0.25 0.56
HSL 60º 0.14% 0.39% -
HSV(B) 60º 0.25% 0.44% -
XYZ 14.35 15.98 10.92 -
YUV 109.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 113 113 85 0 0 0.25 0.56 60 0.14 0.39
Hex 71 71 55 0 0 19 38 3C E 27
Octal 161 161 125 0 0 31 70 74 16 47
Binary 1110001 1110001 1010101 0 0 11001 111000 111100 1110 100111

Color Harmonies of #717155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717155

Black with #717155

Text Example


Text Example

White with #717155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717155; }

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

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

background-color css

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

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

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

border-color css

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

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

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