Html Css Color HEX #71735A Finch

📋 copy color: '#71735A'

red 113 ◦ green 115 ◦ blue 90

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

Shades of Finch #71735A

Tints of Finch #71735A

RGB

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

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

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

R = 35.53%
G = 36.16%
B = 28.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#71735A (or 0x71735A) is known color: Finch. HEX triplet: 71, 73 and 5A. RGB value is (113,115,90). Sum of RGB (Red+Green+Blue) = 113+115+90=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #71735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71735A is #8E8CA5. Grayscale: #6F6F6F. Windows color (decimal): -9342118 or 5927793. OLE color: 5927793.

HSL color Cylindrical-coordinate representation of color #71735A: hue angle of 64.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71735A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 115 90 -
CMYK 0.02 0 0.22 0.55
HSL 64.8º 0.12% 0.4% -
HSV(B) 64.8º 0.22% 0.45% -
XYZ 14.79 16.51 12.08 -
YUV 111.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 113 115 90 0.02 0 0.22 0.55 64.8 0.12 0.4
Hex 71 73 5A 2 0 16 37 41 C 28
Octal 161 163 132 2 0 26 67 101 14 50
Binary 1110001 1110011 1011010 10 0 10110 110111 1000001 1100 101000

Color Harmonies of #71735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71735A

Black with #71735A

Text Example


Text Example

White with #71735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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