Html Css Color HEX #717A5A Finch

📋 copy color: '#717A5A'

red 113 ◦ green 122 ◦ blue 90

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

Shades of Finch #717A5A

Tints of Finch #717A5A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.54%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 34.77%
G = 37.54%
B = 27.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#717A5A (or 0x717A5A) is known color: Finch. HEX triplet: 71, 7A and 5A. RGB value is (113,122,90). Sum of RGB (Red+Green+Blue) = 113+122+90=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #717A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A5A is #8E85A5. Grayscale: #737373. Windows color (decimal): -9340326 or 5929585. OLE color: 5929585.

HSL color Cylindrical-coordinate representation of color #717A5A: hue angle of 76.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717A5A is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 122 90 -
CMYK 0.07 0 0.26 0.52
HSL 76.88º 0.15% 0.42% -
HSV(B) 76.88º 0.26% 0.48% -
XYZ 15.62 18.17 12.36 -
YUV 115.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 113 122 90 0.07 0 0.26 0.52 76.88 0.15 0.42
Hex 71 7A 5A 7 0 1A 34 4D F 2A
Octal 161 172 132 7 0 32 64 115 17 52
Binary 1110001 1111010 1011010 111 0 11010 110100 1001101 1111 101010

Color Harmonies of #717A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717A5A

Black with #717A5A

Text Example


Text Example

White with #717A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,122,90); }

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

background-color css

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

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

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

border-color css

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

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

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