Html Css Color HEX #758256 Finch

📋 copy color: '#758256'

red 117 ◦ green 130 ◦ blue 86

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

Shades of Finch #758256

Tints of Finch #758256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.04%

 BLUE value IS 86 (33.98% from 255) = 25.83%

R = 35.14%
G = 39.04%
B = 25.83%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#758256 (or 0x758256) is known color: Finch. HEX triplet: 75, 82 and 56. RGB value is (117,130,86). Sum of RGB (Red+Green+Blue) = 117+130+86=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #758256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758256 is #8A7DA9. Grayscale: #797979. Windows color (decimal): -9076138 or 5669493. OLE color: 5669493.

HSL color Cylindrical-coordinate representation of color #758256: hue angle of 77.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #758256 is Cyan = 0.1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 86 -
CMYK 0.1 0 0.34 0.49
HSL 77.73º 0.2% 0.42% -
HSV(B) 77.73º 0.34% 0.51% -
XYZ 17 20.42 11.85 -
YUV 121.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 117 130 86 0.1 0 0.34 0.49 77.73 0.2 0.42
Hex 75 82 56 A 0 22 31 4E 14 2A
Octal 165 202 126 12 0 42 61 116 24 52
Binary 1110101 10000010 1010110 1010 0 100010 110001 1001110 10100 101010

Color Harmonies of #758256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758256

Black with #758256

Text Example


Text Example

White with #758256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758256; }

 p { color: rgb(117,130,86); }

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

background-color css

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

 a { background-color: rgb(117,130,86); }

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

border-color css

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

 span { border-color: rgb(117,130,86); }

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