Html Css Color HEX #71764F Finch

📋 copy color: '#71764F'

red 113 ◦ green 118 ◦ blue 79

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

Shades of Finch #71764F

Tints of Finch #71764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 79 (31.25% from 255) = 25.48%

R = 36.45%
G = 38.06%
B = 25.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#71764F (or 0x71764F) is known color: Finch. HEX triplet: 71, 76 and 4F. RGB value is (113,118,79). Sum of RGB (Red+Green+Blue) = 113+118+79=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #71764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71764F is #8E89B0. Grayscale: #707070. Windows color (decimal): -9341361 or 5207665. OLE color: 5207665.

HSL color Cylindrical-coordinate representation of color #71764F: hue angle of 67.69º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71764F is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 79 -
CMYK 0.04 0 0.33 0.54
HSL 67.69º 0.2% 0.39% -
HSV(B) 67.69º 0.33% 0.46% -
XYZ 14.7 17.03 9.91 -
YUV 112.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 113 118 79 0.04 0 0.33 0.54 67.69 0.2 0.39
Hex 71 76 4F 4 0 21 36 44 14 27
Octal 161 166 117 4 0 41 66 104 24 47
Binary 1110001 1110110 1001111 100 0 100001 110110 1000100 10100 100111

Color Harmonies of #71764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71764F

Black with #71764F

Text Example


Text Example

White with #71764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71764F; }

 p { color: rgb(113,118,79); }

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

background-color css

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

 a { background-color: rgb(113,118,79); }

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

border-color css

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

 span { border-color: rgb(113,118,79); }

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