Html Css Color HEX #757C5B Finch

📋 copy color: '#757C5B'

red 117 ◦ green 124 ◦ blue 91

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

Shades of Finch #757C5B

Tints of Finch #757C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 35.24%
G = 37.35%
B = 27.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#757C5B (or 0x757C5B) is known color: Finch. HEX triplet: 75, 7C and 5B. RGB value is (117,124,91). Sum of RGB (Red+Green+Blue) = 117+124+91=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #757C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C5B is #8A83A4. Grayscale: #767676. Windows color (decimal): -9077669 or 5995637. OLE color: 5995637.

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

Color convert

RGB 117 124 91 -
CMYK 0.06 0 0.27 0.51
HSL 72.73º 0.15% 0.42% -
HSV(B) 72.73º 0.27% 0.49% -
XYZ 16.43 18.95 12.69 -
YUV 118.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 117 124 91 0.06 0 0.27 0.51 72.73 0.15 0.42
Hex 75 7C 5B 6 0 1B 33 49 F 2A
Octal 165 174 133 6 0 33 63 111 17 52
Binary 1110101 1111100 1011011 110 0 11011 110011 1001001 1111 101010

Color Harmonies of #757C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C5B

Black with #757C5B

Text Example


Text Example

White with #757C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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