Html Css Color HEX #757C51 Finch

📋 copy color: '#757C51'

red 117 ◦ green 124 ◦ blue 81

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

Shades of Finch #757C51

Tints of Finch #757C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.16%

R = 36.34%
G = 38.51%
B = 25.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#757C51 (or 0x757C51) is known color: Finch. HEX triplet: 75, 7C and 51. RGB value is (117,124,81). Sum of RGB (Red+Green+Blue) = 117+124+81=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #757C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C51 is #8A83AE. Grayscale: #757575. Windows color (decimal): -9077679 or 5340277. OLE color: 5340277.

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

Color convert

RGB 117 124 81 -
CMYK 0.06 0 0.35 0.51
HSL 69.77º 0.21% 0.4% -
HSV(B) 69.77º 0.35% 0.49% -
XYZ 16.03 18.79 10.57 -
YUV 117.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 117 124 81 0.06 0 0.35 0.51 69.77 0.21 0.4
Hex 75 7C 51 6 0 23 33 46 15 28
Octal 165 174 121 6 0 43 63 106 25 50
Binary 1110101 1111100 1010001 110 0 100011 110011 1000110 10101 101000

Color Harmonies of #757C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C51

Black with #757C51

Text Example


Text Example

White with #757C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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