Html Css Color HEX #757949 Finch

📋 copy color: '#757949'

red 117 ◦ green 121 ◦ blue 73

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

Shades of Finch #757949

Tints of Finch #757949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

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

R = 37.62%
G = 38.91%
B = 23.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#757949 (or 0x757949) is known color: Finch. HEX triplet: 75, 79 and 49. RGB value is (117,121,73). Sum of RGB (Red+Green+Blue) = 117+121+73=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #757949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757949 is #8A86B6. Grayscale: #727272. Windows color (decimal): -9078455 or 4815221. OLE color: 4815221.

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

Color convert

RGB 117 121 73 -
CMYK 0.03 0 0.40 0.53
HSL 65º 0.25% 0.38% -
HSV(B) 65º 0.4% 0.47% -
XYZ 15.38 17.94 8.96 -
YUV 114.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 117 121 73 0.03 0 0.40 0.53 65 0.25 0.38
Hex 75 79 49 3 0 28 35 41 19 26
Octal 165 171 111 3 0 50 65 101 31 46
Binary 1110101 1111001 1001001 11 0 101000 110101 1000001 11001 100110

Color Harmonies of #757949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757949

Black with #757949

Text Example


Text Example

White with #757949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757949; }

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

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

background-color css

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

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

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

border-color css

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

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

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