Html Css Color HEX #747748 Finch

📋 copy color: '#747748'

red 116 ◦ green 119 ◦ blue 72

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

Shades of Finch #747748

Tints of Finch #747748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 37.79%
G = 38.76%
B = 23.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#747748 (or 0x747748) is known color: Finch. HEX triplet: 74, 77 and 48. RGB value is (116,119,72). Sum of RGB (Red+Green+Blue) = 116+119+72=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #747748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747748 is #8B88B7. Grayscale: #707070. Windows color (decimal): -9144504 or 4749172. OLE color: 4749172.

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

Color convert

RGB 116 119 72 -
CMYK 0.03 0 0.39 0.53
HSL 63.83º 0.25% 0.37% -
HSV(B) 63.83º 0.39% 0.47% -
XYZ 14.97 17.37 8.7 -
YUV 112.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 116 119 72 0.03 0 0.39 0.53 63.83 0.25 0.37
Hex 74 77 48 3 0 27 35 40 19 25
Octal 164 167 110 3 0 47 65 100 31 45
Binary 1110100 1110111 1001000 11 0 100111 110101 1000000 11001 100101

Color Harmonies of #747748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747748

Black with #747748

Text Example


Text Example

White with #747748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747748; }

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

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

background-color css

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

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

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

border-color css

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

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

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