Html Css Color HEX #747755 Finch

📋 copy color: '#747755'

red 116 ◦ green 119 ◦ blue 85

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

Shades of Finch #747755

Tints of Finch #747755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.19%

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

R = 36.25%
G = 37.19%
B = 26.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#747755 (or 0x747755) is known color: Finch. HEX triplet: 74, 77 and 55. RGB value is (116,119,85). Sum of RGB (Red+Green+Blue) = 116+119+85=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #747755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747755 is #8B88AA. Grayscale: #727272. Windows color (decimal): -9144491 or 5601140. OLE color: 5601140.

HSL color Cylindrical-coordinate representation of color #747755: hue angle of 65.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747755 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 85 -
CMYK 0.03 0 0.29 0.53
HSL 65.29º 0.17% 0.4% -
HSV(B) 65.29º 0.29% 0.47% -
XYZ 15.44 17.56 11.17 -
YUV 114.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 116 119 85 0.03 0 0.29 0.53 65.29 0.17 0.4
Hex 74 77 55 3 0 1D 35 41 11 28
Octal 164 167 125 3 0 35 65 101 21 50
Binary 1110100 1110111 1010101 11 0 11101 110101 1000001 10001 101000

Color Harmonies of #747755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747755

Black with #747755

Text Example


Text Example

White with #747755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747755; }

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

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

background-color css

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

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

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

border-color css

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

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

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