Html Css Color HEX #757F4F Finch

📋 copy color: '#757F4F'

red 117 ◦ green 127 ◦ blue 79

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

Shades of Finch #757F4F

Tints of Finch #757F4F

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

 BLUE value IS 79 (31.25% from 255) = 24.46%

R = 36.22%
G = 39.32%
B = 24.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#757F4F (or 0x757F4F) is known color: Finch. HEX triplet: 75, 7F and 4F. RGB value is (117,127,79). Sum of RGB (Red+Green+Blue) = 117+127+79=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #757F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F4F is #8A80B0. Grayscale: #767676. Windows color (decimal): -9076913 or 5209973. OLE color: 5209973.

HSL color Cylindrical-coordinate representation of color #757F4F: hue angle of 72.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757F4F is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 127 79 -
CMYK 0.08 0 0.38 0.50
HSL 72.5º 0.23% 0.4% -
HSV(B) 72.5º 0.38% 0.5% -
XYZ 16.34 19.53 10.3 -
YUV 118.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 117 127 79 0.08 0 0.38 0.50 72.5 0.23 0.4
Hex 75 7F 4F 8 0 26 32 48 17 28
Octal 165 177 117 10 0 46 62 110 27 50
Binary 1110101 1111111 1001111 1000 0 100110 110010 1001000 10111 101000

Color Harmonies of #757F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F4F

Black with #757F4F

Text Example


Text Example

White with #757F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,127,79); }

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

background-color css

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

 a { background-color: rgb(117,127,79); }

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

border-color css

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

 span { border-color: rgb(117,127,79); }

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