Html Css Color HEX #758547 Finch

📋 copy color: '#758547'

red 117 ◦ green 133 ◦ blue 71

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

Shades of Finch #758547

Tints of Finch #758547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.43%

 BLUE value IS 71 (28.13% from 255) = 22.12%

R = 36.45%
G = 41.43%
B = 22.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#758547 (or 0x758547) is known color: Finch. HEX triplet: 75, 85 and 47. RGB value is (117,133,71). Sum of RGB (Red+Green+Blue) = 117+133+71=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #758547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758547 is #8A7AB8. Grayscale: #797979. Windows color (decimal): -9075385 or 4687221. OLE color: 4687221.

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

Color convert

RGB 117 133 71 -
CMYK 0.12 0 0.47 0.48
HSL 75.48º 0.3% 0.4% -
HSV(B) 75.48º 0.47% 0.52% -
XYZ 16.86 21.01 9.13 -
YUV 121.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 117 133 71 0.12 0 0.47 0.48 75.48 0.3 0.4
Hex 75 85 47 C 0 2F 30 4B 1E 28
Octal 165 205 107 14 0 57 60 113 36 50
Binary 1110101 10000101 1000111 1100 0 101111 110000 1001011 11110 101000

Color Harmonies of #758547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758547

Black with #758547

Text Example


Text Example

White with #758547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758547; }

 p { color: rgb(117,133,71); }

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

background-color css

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

 a { background-color: rgb(117,133,71); }

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

border-color css

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

 span { border-color: rgb(117,133,71); }

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