Html Css Color HEX #717C4B Finch

📋 copy color: '#717C4B'

red 113 ◦ green 124 ◦ blue 75

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

Shades of Finch #717C4B

Tints of Finch #717C4B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 36.22%
G = 39.74%
B = 24.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#717C4B (or 0x717C4B) is known color: Finch. HEX triplet: 71, 7C and 4B. RGB value is (113,124,75). Sum of RGB (Red+Green+Blue) = 113+124+75=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #717C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C4B is #8E83B4. Grayscale: #737373. Windows color (decimal): -9339829 or 4947057. OLE color: 4947057.

HSL color Cylindrical-coordinate representation of color #717C4B: hue angle of 73.47º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #717C4B is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 124 75 -
CMYK 0.09 0 0.40 0.51
HSL 73.47º 0.25% 0.39% -
HSV(B) 73.47º 0.4% 0.49% -
XYZ 15.29 18.43 9.41 -
YUV 115.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 113 124 75 0.09 0 0.40 0.51 73.47 0.25 0.39
Hex 71 7C 4B 9 0 28 33 49 19 27
Octal 161 174 113 11 0 50 63 111 31 47
Binary 1110001 1111100 1001011 1001 0 101000 110011 1001001 11001 100111

Color Harmonies of #717C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717C4B

Black with #717C4B

Text Example


Text Example

White with #717C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717C4B; }

 p { color: rgb(113,124,75); }

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

background-color css

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

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

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

border-color css

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

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

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