Html Css Color HEX #758449 Finch

📋 copy color: '#758449'

red 117 ◦ green 132 ◦ blue 73

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

Shades of Finch #758449

Tints of Finch #758449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 36.34%
G = 40.99%
B = 22.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#758449 (or 0x758449) is known color: Finch. HEX triplet: 75, 84 and 49. RGB value is (117,132,73). Sum of RGB (Red+Green+Blue) = 117+132+73=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #758449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758449 is #8A7BB6. Grayscale: #797979. Windows color (decimal): -9075639 or 4818037. OLE color: 4818037.

HSL color Cylindrical-coordinate representation of color #758449: hue angle of 75.25º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758449 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 73 -
CMYK 0.11 0 0.45 0.48
HSL 75.25º 0.29% 0.4% -
HSV(B) 75.25º 0.45% 0.52% -
XYZ 16.79 20.77 9.43 -
YUV 120.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 117 132 73 0.11 0 0.45 0.48 75.25 0.29 0.4
Hex 75 84 49 B 0 2D 30 4B 1D 28
Octal 165 204 111 13 0 55 60 113 35 50
Binary 1110101 10000100 1001001 1011 0 101101 110000 1001011 11101 101000

Color Harmonies of #758449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758449

Black with #758449

Text Example


Text Example

White with #758449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758449; }

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

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

background-color css

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

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

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

border-color css

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

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

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