Html Css Color HEX #717B5A Finch

📋 copy color: '#717B5A'

red 113 ◦ green 123 ◦ blue 90

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

Shades of Finch #717B5A

Tints of Finch #717B5A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

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

R = 34.66%
G = 37.73%
B = 27.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#717B5A (or 0x717B5A) is known color: Finch. HEX triplet: 71, 7B and 5A. RGB value is (113,123,90). Sum of RGB (Red+Green+Blue) = 113+123+90=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #717B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B5A is #8E84A5. Grayscale: #747474. Windows color (decimal): -9340070 or 5929841. OLE color: 5929841.

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

Color convert

RGB 113 123 90 -
CMYK 0.08 0 0.27 0.52
HSL 78.18º 0.15% 0.42% -
HSV(B) 78.18º 0.27% 0.48% -
XYZ 15.74 18.41 12.4 -
YUV 116.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 113 123 90 0.08 0 0.27 0.52 78.18 0.15 0.42
Hex 71 7B 5A 8 0 1B 34 4E F 2A
Octal 161 173 132 10 0 33 64 116 17 52
Binary 1110001 1111011 1011010 1000 0 11011 110100 1001110 1111 101010

Color Harmonies of #717B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717B5A

Black with #717B5A

Text Example


Text Example

White with #717B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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