Html Css Color HEX #757649 Finch

📋 copy color: '#757649'

red 117 ◦ green 118 ◦ blue 73

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

Shades of Finch #757649

Tints of Finch #757649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

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

R = 37.99%
G = 38.31%
B = 23.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#757649 (or 0x757649) is known color: Finch. HEX triplet: 75, 76 and 49. RGB value is (117,118,73). Sum of RGB (Red+Green+Blue) = 117+118+73=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #757649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757649 is #8A89B6. Grayscale: #707070. Windows color (decimal): -9079223 or 4814453. OLE color: 4814453.

HSL color Cylindrical-coordinate representation of color #757649: hue angle of 61.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757649 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 73 -
CMYK 0.01 0 0.38 0.54
HSL 61.33º 0.24% 0.37% -
HSV(B) 61.33º 0.38% 0.46% -
XYZ 15.02 17.22 8.84 -
YUV 112.57 105.67 131.16 -
System Red Green Blue C M Y K H S L
Decimal 117 118 73 0.01 0 0.38 0.54 61.33 0.24 0.37
Hex 75 76 49 1 0 26 36 3D 18 25
Octal 165 166 111 1 0 46 66 75 30 45
Binary 1110101 1110110 1001001 1 0 100110 110110 111101 11000 100101

Color Harmonies of #757649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757649

Black with #757649

Text Example


Text Example

White with #757649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757649; }

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

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

background-color css

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

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

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

border-color css

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

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

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