Html Css Color HEX #748649 Finch

📋 copy color: '#748649'

red 116 ◦ green 134 ◦ blue 73

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

Shades of Finch #748649

Tints of Finch #748649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 35.91%
G = 41.49%
B = 22.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#748649 (or 0x748649) is known color: Finch. HEX triplet: 74, 86 and 49. RGB value is (116,134,73). Sum of RGB (Red+Green+Blue) = 116+134+73=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #748649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748649 is #8B79B6. Grayscale: #797979. Windows color (decimal): -9140663 or 4818548. OLE color: 4818548.

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

Color convert

RGB 116 134 73 -
CMYK 0.13 0 0.46 0.47
HSL 77.7º 0.29% 0.41% -
HSV(B) 77.7º 0.46% 0.53% -
XYZ 16.93 21.24 9.51 -
YUV 121.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 116 134 73 0.13 0 0.46 0.47 77.7 0.29 0.41
Hex 74 86 49 D 0 2E 2F 4E 1D 29
Octal 164 206 111 15 0 56 57 116 35 51
Binary 1110100 10000110 1001001 1101 0 101110 101111 1001110 11101 101001

Color Harmonies of #748649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748649

Black with #748649

Text Example


Text Example

White with #748649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748649; }

 p { color: rgb(116,134,73); }

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

background-color css

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

 a { background-color: rgb(116,134,73); }

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

border-color css

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

 span { border-color: rgb(116,134,73); }

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