Html Css Color HEX #747650 Finch

📋 copy color: '#747650'

red 116 ◦ green 118 ◦ blue 80

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

Shades of Finch #747650

Tints of Finch #747650

RGB

 RED value IS 116 (45.7% from 255) = 36.94%

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

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 36.94%
G = 37.58%
B = 25.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#747650 (or 0x747650) is known color: Finch. HEX triplet: 74, 76 and 50. RGB value is (116,118,80). Sum of RGB (Red+Green+Blue) = 116+118+80=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #747650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747650 is #8B89AF. Grayscale: #717171. Windows color (decimal): -9144752 or 5273204. OLE color: 5273204.

HSL color Cylindrical-coordinate representation of color #747650: hue angle of 63.16º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #747650 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 80 -
CMYK 0.02 0 0.32 0.54
HSL 63.16º 0.19% 0.39% -
HSV(B) 63.16º 0.32% 0.46% -
XYZ 15.13 17.25 10.12 -
YUV 113.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 116 118 80 0.02 0 0.32 0.54 63.16 0.19 0.39
Hex 74 76 50 2 0 20 36 3F 13 27
Octal 164 166 120 2 0 40 66 77 23 47
Binary 1110100 1110110 1010000 10 0 100000 110110 111111 10011 100111

Color Harmonies of #747650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747650

Black with #747650

Text Example


Text Example

White with #747650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747650; }

 p { color: rgb(116,118,80); }

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

background-color css

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

 a { background-color: rgb(116,118,80); }

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

border-color css

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

 span { border-color: rgb(116,118,80); }

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