Html Css Color HEX #717254 Finch

📋 copy color: '#717254'

red 113 ◦ green 114 ◦ blue 84

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

Shades of Finch #717254

Tints of Finch #717254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.01%

R = 36.33%
G = 36.66%
B = 27.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#717254 (or 0x717254) is known color: Finch. HEX triplet: 71, 72 and 54. RGB value is (113,114,84). Sum of RGB (Red+Green+Blue) = 113+114+84=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #717254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717254 is #8E8DAB. Grayscale: #6E6E6E. Windows color (decimal): -9342380 or 5534321. OLE color: 5534321.

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

Color convert

RGB 113 114 84 -
CMYK 0.01 0 0.26 0.55
HSL 62º 0.15% 0.39% -
HSV(B) 62º 0.26% 0.45% -
XYZ 14.43 16.19 10.75 -
YUV 110.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 113 114 84 0.01 0 0.26 0.55 62 0.15 0.39
Hex 71 72 54 1 0 1A 37 3E F 27
Octal 161 162 124 1 0 32 67 76 17 47
Binary 1110001 1110010 1010100 1 0 11010 110111 111110 1111 100111

Color Harmonies of #717254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717254

Black with #717254

Text Example


Text Example

White with #717254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717254; }

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

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

background-color css

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

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

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

border-color css

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

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

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