Html Css Color HEX #757756 Finch

📋 copy color: '#757756'

red 117 ◦ green 119 ◦ blue 86

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

Shades of Finch #757756

Tints of Finch #757756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

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

R = 36.34%
G = 36.96%
B = 26.71%

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

#757756 (or 0x757756) is known color: Finch. HEX triplet: 75, 77 and 56. RGB value is (117,119,86). Sum of RGB (Red+Green+Blue) = 117+119+86=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #757756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757756 is #8A88A9. Grayscale: #727272. Windows color (decimal): -9078954 or 5666677. OLE color: 5666677.

HSL color Cylindrical-coordinate representation of color #757756: hue angle of 63.64º degrees, saturation: 0.16, 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 #757756 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 86 -
CMYK 0.02 0 0.28 0.53
HSL 63.64º 0.16% 0.4% -
HSV(B) 63.64º 0.28% 0.47% -
XYZ 15.61 17.65 11.39 -
YUV 114.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 117 119 86 0.02 0 0.28 0.53 63.64 0.16 0.4
Hex 75 77 56 2 0 1C 35 40 10 28
Octal 165 167 126 2 0 34 65 100 20 50
Binary 1110101 1110111 1010110 10 0 11100 110101 1000000 10000 101000

Color Harmonies of #757756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757756

Black with #757756

Text Example


Text Example

White with #757756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757756; }

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

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

background-color css

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

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

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

border-color css

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

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

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