Html Css Color HEX #757C4D Finch

📋 copy color: '#757C4D'

red 117 ◦ green 124 ◦ blue 77

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

Shades of Finch #757C4D

Tints of Finch #757C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 36.79%
G = 38.99%
B = 24.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#757C4D (or 0x757C4D) is known color: Finch. HEX triplet: 75, 7C and 4D. RGB value is (117,124,77). Sum of RGB (Red+Green+Blue) = 117+124+77=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #757C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C4D is #8A83B2. Grayscale: #747474. Windows color (decimal): -9077683 or 5078133. OLE color: 5078133.

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

Color convert

RGB 117 124 77 -
CMYK 0.06 0 0.38 0.51
HSL 68.94º 0.23% 0.39% -
HSV(B) 68.94º 0.38% 0.49% -
XYZ 15.88 18.73 9.8 -
YUV 116.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 117 124 77 0.06 0 0.38 0.51 68.94 0.23 0.39
Hex 75 7C 4D 6 0 26 33 45 17 27
Octal 165 174 115 6 0 46 63 105 27 47
Binary 1110101 1111100 1001101 110 0 100110 110011 1000101 10111 100111

Color Harmonies of #757C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C4D

Black with #757C4D

Text Example


Text Example

White with #757C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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