Html Css Color HEX #717366 Finch

📋 copy color: '#717366'

red 113 ◦ green 115 ◦ blue 102

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

Shades of Finch #717366

Tints of Finch #717366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 34.24%
G = 34.85%
B = 30.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#717366 (or 0x717366) is known color: Finch. HEX triplet: 71, 73 and 66. RGB value is (113,115,102). Sum of RGB (Red+Green+Blue) = 113+115+102=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 115 - color contains mainly: green. Hex color #717366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717366 is #8E8C99. Grayscale: #707070. Windows color (decimal): -9342106 or 6714225. OLE color: 6714225.

HSL color Cylindrical-coordinate representation of color #717366: hue angle of 69.23º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717366 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 102 -
CMYK 0.02 0 0.11 0.55
HSL 69.23º 0.06% 0.43% -
HSV(B) 69.23º 0.11% 0.45% -
XYZ 15.34 16.73 14.99 -
YUV 112.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 113 115 102 0.02 0 0.11 0.55 69.23 0.06 0.43
Hex 71 73 66 2 0 B 37 45 6 2B
Octal 161 163 146 2 0 13 67 105 6 53
Binary 1110001 1110011 1100110 10 0 1011 110111 1000101 110 101011

Color Harmonies of #717366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717366

Black with #717366

Text Example


Text Example

White with #717366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717366; }

 p { color: rgb(113,115,102); }

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

background-color css

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

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

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

border-color css

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

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

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