Html Css Color HEX #757F5E Finch

📋 copy color: '#757F5E'

red 117 ◦ green 127 ◦ blue 94

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

Shades of Finch #757F5E

Tints of Finch #757F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 34.62%
G = 37.57%
B = 27.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#757F5E (or 0x757F5E) is known color: Finch. HEX triplet: 75, 7F and 5E. RGB value is (117,127,94). Sum of RGB (Red+Green+Blue) = 117+127+94=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 127 - color contains mainly: green. Hex color #757F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757F5E is #8A80A1. Grayscale: #787878. Windows color (decimal): -9076898 or 6193013. OLE color: 6193013.

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

Color convert

RGB 117 127 94 -
CMYK 0.08 0 0.26 0.50
HSL 78.18º 0.15% 0.43% -
HSV(B) 78.18º 0.26% 0.5% -
XYZ 16.95 19.77 13.51 -
YUV 120.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 117 127 94 0.08 0 0.26 0.50 78.18 0.15 0.43
Hex 75 7F 5E 8 0 1A 32 4E F 2B
Octal 165 177 136 10 0 32 62 116 17 53
Binary 1110101 1111111 1011110 1000 0 11010 110010 1001110 1111 101011

Color Harmonies of #757F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757F5E

Black with #757F5E

Text Example


Text Example

White with #757F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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