Html Css Color HEX #747555 Finch

📋 copy color: '#747555'

red 116 ◦ green 117 ◦ blue 85

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

Shades of Finch #747555

Tints of Finch #747555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 36.48%
G = 36.79%
B = 26.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#747555 (or 0x747555) is known color: Finch. HEX triplet: 74, 75 and 55. RGB value is (116,117,85). Sum of RGB (Red+Green+Blue) = 116+117+85=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #747555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747555 is #8B8AAA. Grayscale: #717171. Windows color (decimal): -9145003 or 5600628. OLE color: 5600628.

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

Color convert

RGB 116 117 85 -
CMYK 0.01 0 0.27 0.54
HSL 61.88º 0.16% 0.4% -
HSV(B) 61.88º 0.27% 0.46% -
XYZ 15.2 17.09 11.09 -
YUV 113.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 116 117 85 0.01 0 0.27 0.54 61.88 0.16 0.4
Hex 74 75 55 1 0 1B 36 3E 10 28
Octal 164 165 125 1 0 33 66 76 20 50
Binary 1110100 1110101 1010101 1 0 11011 110110 111110 10000 101000

Color Harmonies of #747555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747555

Black with #747555

Text Example


Text Example

White with #747555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747555; }

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

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

background-color css

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

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

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

border-color css

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

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

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