Html Css Color HEX #757E61 Finch

📋 copy color: '#757E61'

red 117 ◦ green 126 ◦ blue 97

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

Shades of Finch #757E61

Tints of Finch #757E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 97 (38.28% from 255) = 28.53%

R = 34.41%
G = 37.06%
B = 28.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#757E61 (or 0x757E61) is known color: Finch. HEX triplet: 75, 7E and 61. RGB value is (117,126,97). Sum of RGB (Red+Green+Blue) = 117+126+97=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 126 - color contains mainly: green. Hex color #757E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757E61 is #8A819E. Grayscale: #787878. Windows color (decimal): -9077151 or 6389365. OLE color: 6389365.

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

Color convert

RGB 117 126 97 -
CMYK 0.07 0 0.23 0.51
HSL 78.62º 0.13% 0.44% -
HSV(B) 78.62º 0.23% 0.49% -
XYZ 16.95 19.57 14.19 -
YUV 120 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 117 126 97 0.07 0 0.23 0.51 78.62 0.13 0.44
Hex 75 7E 61 7 0 17 33 4F D 2C
Octal 165 176 141 7 0 27 63 117 15 54
Binary 1110101 1111110 1100001 111 0 10111 110011 1001111 1101 101100

Color Harmonies of #757E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757E61

Black with #757E61

Text Example


Text Example

White with #757E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,126,97); }

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

background-color css

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

 a { background-color: rgb(117,126,97); }

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

border-color css

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

 span { border-color: rgb(117,126,97); }

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