Html Css Color HEX #747655 Finch

📋 copy color: '#747655'

red 116 ◦ green 118 ◦ blue 85

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

Shades of Finch #747655

Tints of Finch #747655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 36.36%
G = 36.99%
B = 26.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#747655 (or 0x747655) is known color: Finch. HEX triplet: 74, 76 and 55. RGB value is (116,118,85). Sum of RGB (Red+Green+Blue) = 116+118+85=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #747655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747655 is #8B89AA. Grayscale: #717171. Windows color (decimal): -9144747 or 5600884. OLE color: 5600884.

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

Color convert

RGB 116 118 85 -
CMYK 0.02 0 0.28 0.54
HSL 63.64º 0.16% 0.4% -
HSV(B) 63.64º 0.28% 0.46% -
XYZ 15.32 17.33 11.13 -
YUV 113.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 116 118 85 0.02 0 0.28 0.54 63.64 0.16 0.4
Hex 74 76 55 2 0 1C 36 40 10 28
Octal 164 166 125 2 0 34 66 100 20 50
Binary 1110100 1110110 1010101 10 0 11100 110110 1000000 10000 101000

Color Harmonies of #747655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747655

Black with #747655

Text Example


Text Example

White with #747655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747655; }

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

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

background-color css

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

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

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

border-color css

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

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

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