Html Css Color HEX #758447 Finch

📋 copy color: '#758447'

red 117 ◦ green 132 ◦ blue 71

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

Shades of Finch #758447

Tints of Finch #758447

RGB

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

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

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

R = 36.56%
G = 41.25%
B = 22.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#758447 (or 0x758447) is known color: Finch. HEX triplet: 75, 84 and 47. RGB value is (117,132,71). Sum of RGB (Red+Green+Blue) = 117+132+71=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #758447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758447 is #8A7BB8. Grayscale: #787878. Windows color (decimal): -9075641 or 4686965. OLE color: 4686965.

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

Color convert

RGB 117 132 71 -
CMYK 0.11 0 0.46 0.48
HSL 74.75º 0.3% 0.4% -
HSV(B) 74.75º 0.46% 0.52% -
XYZ 16.72 20.74 9.08 -
YUV 120.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 117 132 71 0.11 0 0.46 0.48 74.75 0.3 0.4
Hex 75 84 47 B 0 2E 30 4B 1E 28
Octal 165 204 107 13 0 56 60 113 36 50
Binary 1110101 10000100 1000111 1011 0 101110 110000 1001011 11110 101000

Color Harmonies of #758447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758447

Black with #758447

Text Example


Text Example

White with #758447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758447; }

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

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

background-color css

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

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

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

border-color css

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

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

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