Html Css Color HEX #757749 Finch

📋 copy color: '#757749'

red 117 ◦ green 119 ◦ blue 73

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

Shades of Finch #757749

Tints of Finch #757749

RGB

 RED value IS 117 (46.09% from 255) = 37.86%

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

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

R = 37.86%
G = 38.51%
B = 23.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#757749 (or 0x757749) is known color: Finch. HEX triplet: 75, 77 and 49. RGB value is (117,119,73). Sum of RGB (Red+Green+Blue) = 117+119+73=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #757749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757749 is #8A88B6. Grayscale: #717171. Windows color (decimal): -9078967 or 4814709. OLE color: 4814709.

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

Color convert

RGB 117 119 73 -
CMYK 0.02 0 0.39 0.53
HSL 62.61º 0.24% 0.38% -
HSV(B) 62.61º 0.39% 0.47% -
XYZ 15.14 17.46 8.88 -
YUV 113.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 117 119 73 0.02 0 0.39 0.53 62.61 0.24 0.38
Hex 75 77 49 2 0 27 35 3F 18 26
Octal 165 167 111 2 0 47 65 77 30 46
Binary 1110101 1110111 1001001 10 0 100111 110101 111111 11000 100110

Color Harmonies of #757749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757749

Black with #757749

Text Example


Text Example

White with #757749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757749; }

 p { color: rgb(117,119,73); }

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

background-color css

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

 a { background-color: rgb(117,119,73); }

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

border-color css

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

 span { border-color: rgb(117,119,73); }

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