Html Css Color HEX #757856 Finch

📋 copy color: '#757856'

red 117 ◦ green 120 ◦ blue 86

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

Shades of Finch #757856

Tints of Finch #757856

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

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

R = 36.22%
G = 37.15%
B = 26.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#757856 (or 0x757856) is known color: Finch. HEX triplet: 75, 78 and 56. RGB value is (117,120,86). Sum of RGB (Red+Green+Blue) = 117+120+86=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #757856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757856 is #8A87A9. Grayscale: #737373. Windows color (decimal): -9078698 or 5666933. OLE color: 5666933.

HSL color Cylindrical-coordinate representation of color #757856: hue angle of 65.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #757856 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 86 -
CMYK 0.02 0 0.28 0.53
HSL 65.29º 0.17% 0.4% -
HSV(B) 65.29º 0.28% 0.47% -
XYZ 15.73 17.89 11.43 -
YUV 115.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 117 120 86 0.02 0 0.28 0.53 65.29 0.17 0.4
Hex 75 78 56 2 0 1C 35 41 11 28
Octal 165 170 126 2 0 34 65 101 21 50
Binary 1110101 1111000 1010110 10 0 11100 110101 1000001 10001 101000

Color Harmonies of #757856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757856

Black with #757856

Text Example


Text Example

White with #757856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757856; }

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

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

background-color css

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

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

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

border-color css

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

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

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