Html Css Color HEX #757C5D Finch

📋 copy color: '#757C5D'

red 117 ◦ green 124 ◦ blue 93

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

Shades of Finch #757C5D

Tints of Finch #757C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 35.03%
G = 37.13%
B = 27.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#757C5D (or 0x757C5D) is known color: Finch. HEX triplet: 75, 7C and 5D. RGB value is (117,124,93). Sum of RGB (Red+Green+Blue) = 117+124+93=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 124 - color contains mainly: green. Hex color #757C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C5D is #8A83A2. Grayscale: #767676. Windows color (decimal): -9077667 or 6126709. OLE color: 6126709.

HSL color Cylindrical-coordinate representation of color #757C5D: hue angle of 73.55º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757C5D is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 93 -
CMYK 0.06 0 0.25 0.51
HSL 73.55º 0.14% 0.43% -
HSV(B) 73.55º 0.25% 0.49% -
XYZ 16.52 18.99 13.15 -
YUV 118.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 117 124 93 0.06 0 0.25 0.51 73.55 0.14 0.43
Hex 75 7C 5D 6 0 19 33 4A E 2B
Octal 165 174 135 6 0 31 63 112 16 53
Binary 1110101 1111100 1011101 110 0 11001 110011 1001010 1110 101011

Color Harmonies of #757C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C5D

Black with #757C5D

Text Example


Text Example

White with #757C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757C5D; }

 p { color: rgb(117,124,93); }

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

background-color css

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

 a { background-color: rgb(117,124,93); }

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

border-color css

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

 span { border-color: rgb(117,124,93); }

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