Html Css Color HEX #757C56 Finch

📋 copy color: '#757C56'

red 117 ◦ green 124 ◦ blue 86

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

Shades of Finch #757C56

Tints of Finch #757C56

RGB

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

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

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

R = 35.78%
G = 37.92%
B = 26.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#757C56 (or 0x757C56) is known color: Finch. HEX triplet: 75, 7C and 56. RGB value is (117,124,86). Sum of RGB (Red+Green+Blue) = 117+124+86=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #757C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C56 is #8A83A9. Grayscale: #757575. Windows color (decimal): -9077674 or 5667957. OLE color: 5667957.

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

Color convert

RGB 117 124 86 -
CMYK 0.06 0 0.31 0.51
HSL 71.05º 0.18% 0.41% -
HSV(B) 71.05º 0.31% 0.49% -
XYZ 16.22 18.87 11.59 -
YUV 117.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 117 124 86 0.06 0 0.31 0.51 71.05 0.18 0.41
Hex 75 7C 56 6 0 1F 33 47 12 29
Octal 165 174 126 6 0 37 63 107 22 51
Binary 1110101 1111100 1010110 110 0 11111 110011 1000111 10010 101001

Color Harmonies of #757C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C56

Black with #757C56

Text Example


Text Example

White with #757C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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